aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2012-10-22 16:15:35 -0300
committerhellekin <hellekin@cepheide.org>2012-10-22 16:15:35 -0300
commitcf75bec91ab7d0d85ba554590b49cad621b7dbdc (patch)
treeb95cb28befb8b6c6d2d8adfda2f23340045856ae /start.php
parent0b8b67d74a51586c5a45012e9e0f7bbe54f7e954 (diff)
downloadelgg-cf75bec91ab7d0d85ba554590b49cad621b7dbdc.tar.gz
elgg-cf75bec91ab7d0d85ba554590b49cad621b7dbdc.tar.bz2
Remove deprecation warning
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() {