From d58816c09edb3d1e2da2251ed4ea3a6657a1a06c Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Tue, 18 Feb 2014 14:49:16 +0100 Subject: [PATCH] Removed code line from previous commit --- server/plugins-available/cron_plugin.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/plugins-available/cron_plugin.inc.php b/server/plugins-available/cron_plugin.inc.php index 32e1a0bdd2..75afe9538a 100644 --- a/server/plugins-available/cron_plugin.inc.php +++ b/server/plugins-available/cron_plugin.inc.php @@ -224,8 +224,6 @@ class cron_plugin { $web_root = $this->parent_domain['document_root']; } - $log_root = $web_root . '/'; - $web_root .= '/web'; $job['command'] = str_replace('[web_root]', $web_root, $job['command']); -- GitLab