diff --git a/server/plugins-available/cron_plugin.inc.php b/server/plugins-available/cron_plugin.inc.php index b37c8edc29f4310b35b9ed0ca0e5456fbab60801..d02b1fdeb9dafc18456e40936321c4427e129205 100644 --- a/server/plugins-available/cron_plugin.inc.php +++ b/server/plugins-available/cron_plugin.inc.php @@ -232,11 +232,7 @@ class cron_plugin { $command .= "\t"; if($job['type'] != 'chrooted' && substr($job['command'], 0, 1) != "/") $command .= $this->parent_domain['document_root'].'/'; -<<<<<<< HEAD $command .= $job['command'] . " " . $log_target; -======= - $command .= $job['command']; ->>>>>>> origin/stable-3.0.5 } if($job['type'] == 'chrooted') {