From 740f3190bb04eae6f87a87cc6ad027593c09f726 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 5 Mar 2009 10:22:55 +0000 Subject: Surpressing cron output git-svn-id: https://code.elgg.org/elgg/trunk@3088 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/crontrigger/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/crontrigger/start.php') 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(); } -- cgit v1.2.3