aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rwxr-xr-xstart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index 2c0be69f2..5074f295e 100755
--- a/start.php
+++ b/start.php
@@ -24,7 +24,7 @@
global $CONFIG;
set_include_path($CONFIG->path . 'mod/openid_api/vendors/php-openid/' . PATH_SEPARATOR . $CONFIG->path . 'mod/openid_server/');
-register_elgg_event_handler('init','system','openid_server_init',1);
+elgg_register_event_handler('init','system','openid_server_init',1);
function openid_server_init() {