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 7a38f7155..ca1875bbc 100644 --- a/engine/start.php +++ b/engine/start.php @@ -70,6 +70,9 @@ } // End portion for sanitised installs only
+ // Trigger events
+ trigger_event('init', 'system');
+
if ($count = count_messages("errors")) {
}
|