aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-19 16:57:05 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-19 16:57:05 +0000
commit555757c571e186dd8605a4814a5442c40a9e403e (patch)
treee3fd0b40c56d79b8e3610a86ea0dbf60da4db87e /engine/start.php
parentece3f544d55a9918e4e2b6c0759a7faa1570e9ad (diff)
downloadelgg-555757c571e186dd8605a4814a5442c40a9e403e.tar.gz
elgg-555757c571e186dd8605a4814a5442c40a9e403e.tar.bz2
added a ready,system event so that plugins can do things after the init has finished but before pages are created
git-svn-id: http://code.elgg.org/elgg/trunk@7680 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/start.php b/engine/start.php
index 646ddbf72..6fcc788bd 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -142,3 +142,6 @@ if (!defined('UPGRADING')) {
// needs to be set for links in html head
$CONFIG->lastcache = $lastcached;
}
+
+// System loaded and ready
+elgg_trigger_event('ready', 'system');