From 40b5b138f370f56633eee61bc6550aa312a9fb7e Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 12 Feb 2008 18:24:31 +0000 Subject: Adding the events API git-svn-id: https://code.elgg.org/elgg/trunk@8 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 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")) { } -- cgit v1.2.3