aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/cron.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-22 13:48:49 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-22 13:48:49 +0000
commitd988dc267ef078f934d0b60f53036cc70f9929dd (patch)
treecbb38162e033f6b3b9c9356e95fe46242e16d39c /engine/lib/cron.php
parent2d3ae7533280927fa9ca001739e60b7376d31da0 (diff)
downloadelgg-d988dc267ef078f934d0b60f53036cc70f9929dd.tar.gz
elgg-d988dc267ef078f934d0b60f53036cc70f9929dd.tar.bz2
Better default forward
git-svn-id: https://code.elgg.org/elgg/trunk@2296 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/cron.php')
-rw-r--r--engine/lib/cron.php2
1 files changed, 1 insertions, 1 deletions
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();
}