From d58816c09edb3d1e2da2251ed4ea3a6657a1a06c Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Tue, 18 Feb 2014 08:49:16 -0500
Subject: [PATCH] Removed code line from previous commit

---
 server/plugins-available/cron_plugin.inc.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/server/plugins-available/cron_plugin.inc.php b/server/plugins-available/cron_plugin.inc.php
index 32e1a0b..75afe95 100644
--- a/server/plugins-available/cron_plugin.inc.php
+++ b/server/plugins-available/cron_plugin.inc.php
@@ -224,8 +224,6 @@
 						$web_root = $this->parent_domain['document_root'];
 					}
 					
-					$log_root = $web_root . '/';
-					
 					$web_root .= '/web';
 					$job['command'] = str_replace('[web_root]', $web_root, $job['command']);
 

--
Gitblit v1.9.1