From 555757c571e186dd8605a4814a5442c40a9e403e Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 19 Dec 2010 16:57:05 +0000 Subject: 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 --- engine/start.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engine/start.php') 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'); -- cgit v1.2.3