Marius Cramer
2014-02-18 8ddcb0d7ac2141b934c789cd7b5cf06f05e730b0
server/plugins-available/cron_plugin.inc.php
@@ -232,7 +232,11 @@
               $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') {