From d988dc267ef078f934d0b60f53036cc70f9929dd Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 22 Oct 2008 13:48:49 +0000 Subject: Better default forward git-svn-id: https://code.elgg.org/elgg/trunk@2296 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/lib/cron.php b/engine/lib/cron.php index ca1a77968..a5ec123ff 100644 --- a/engine/lib/cron.php +++ b/engine/lib/cron.php @@ -53,7 +53,7 @@ include($CONFIG->path . "engine/handlers/cron_handler.php"); } else - include($CONFIG->pluginspath . "ss_sms/index.php"); + forward(); } -- cgit v1.2.3