diff options
Diffstat (limited to 'engine/start.php')
| -rw-r--r-- | engine/start.php | 3 | 
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');  | 
