diff options
Diffstat (limited to 'engine/handlers/cron_handler.php')
-rw-r--r-- | engine/handlers/cron_handler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/handlers/cron_handler.php b/engine/handlers/cron_handler.php index 939beeaf4..8ca8ac8a9 100644 --- a/engine/handlers/cron_handler.php +++ b/engine/handlers/cron_handler.php @@ -34,7 +34,7 @@ $std_out = ""; $old_stdout = ""; ob_start(); -$old_stdout = trigger_plugin_hook('cron', $period, $params, $old_stdout); +$old_stdout = elgg_trigger_plugin_hook('cron', $period, $params, $old_stdout); $std_out = ob_get_clean(); // Return event |