[FIX] End cronjob too

This commit is contained in:
Sebastian Grewe 2014-01-10 16:06:31 +01:00
parent c29bda4e5d
commit ead36cfd07

View File

@ -65,4 +65,7 @@ if($send > $dThreshold) {
} else {
$log->logDebug('Final sending amount not exceeding threshold: ' . $send);
}
// Cron cleanup and monitoring
require_once('cron_end.inc.php');
?>