diff --git a/modules/cron/code/controller.ext.php b/modules/cron/code/controller.ext.php index 39aab8eed..fb5f299e0 100644 --- a/modules/cron/code/controller.ext.php +++ b/modules/cron/code/controller.ext.php @@ -262,7 +262,7 @@ static function WriteCronFile() $line .= "# NEVER MANUALLY REMOVE OR EDIT ANY OF THE CRON ENTRIES FROM THIS FILE, " . fs_filehandler::NewLine(); $line .= "# -> USE SENTORA INSTEAD! (Menu -> Advanced -> Cron Manager) " . fs_filehandler::NewLine(); $line .= "#################################################################################" . fs_filehandler::NewLine(); - + $line .= "MAILTO=\"\"" . fs_filehandler::NewLine(); //Write command lines in crontab, if any if ($numrows->fetchColumn() <> 0) { $sql = $zdbh->prepare($sql);