diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-30 02:12:20 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-30 02:12:20 +0000 |
commit | 6f59a0482ed182ed3f544ebde84bbcfdcd9b4680 (patch) | |
tree | cd5e07ce01084ade525dae1b168225638e28ac59 /mod/crontrigger/start.php | |
parent | 68f09537fcdb4222947a6c8938e4416bcc47e4ec (diff) | |
download | elgg-6f59a0482ed182ed3f544ebde84bbcfdcd9b4680.tar.gz elgg-6f59a0482ed182ed3f544ebde84bbcfdcd9b4680.tar.bz2 |
Refs #2428 removed some global CONFIG usage in plugins
git-svn-id: http://code.elgg.org/elgg/trunk@7479 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/crontrigger/start.php')
-rw-r--r-- | mod/crontrigger/start.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/crontrigger/start.php b/mod/crontrigger/start.php index 24f50f33b..2966d83f2 100644 --- a/mod/crontrigger/start.php +++ b/mod/crontrigger/start.php @@ -63,7 +63,6 @@ function crontrigger_yearly() { * not occur. */ function crontrigger_shutdownhook() { - global $CONFIG; $minute = 60; $fiveminute = $minute * 5; |