diff --git a/server/plugins-available/cron_plugin.inc.php b/server/plugins-available/cron_plugin.inc.php
index 32e1a0bdd2a2ee0820fa5e80d6daa57d479d8462..75afe9538ab44dbf558b26a9350464d5121e330d 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']);