diff options
Diffstat (limited to 'mod/crontrigger')
-rw-r--r-- | mod/crontrigger/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/crontrigger/start.php b/mod/crontrigger/start.php index 6cf6d7f71..963c749df 100644 --- a/mod/crontrigger/start.php +++ b/mod/crontrigger/start.php @@ -75,7 +75,7 @@ run_function_once('crontrigger_weekly', $now - $week); run_function_once('crontrigger_monthly', $now - $month); run_function_once('crontrigger_yearly', $now - $year); - ob_flush(); + ob_clean(); } |