From c8f6c3c934df01bf969e3d91ae67f0887de10da9 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 10 Nov 2010 22:22:40 +0000 Subject: Fixes #2367: With fear and trepidation, converting events/plugin hooks to use elgg_ prefixed versions git-svn-id: http://code.elgg.org/elgg/trunk@7284 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install') diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index 46c2309d5..de2cccf58 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -718,7 +718,7 @@ class ElggInstaller { // install has its own session handling before the db created and set up session_name('Elgg'); session_start(); - unregister_elgg_event_handler('boot', 'system', 'session_init'); + elgg_unregister_event_handler('boot', 'system', 'session_init'); } if ($stepIndex > $dbIndex) { @@ -757,8 +757,8 @@ class ElggInstaller { set_default_config(); - trigger_elgg_event('boot', 'system'); - trigger_elgg_event('init', 'system'); + elgg_trigger_event('boot', 'system'); + elgg_trigger_event('init', 'system'); } } -- cgit v1.2.3