From: hellekin Date: Mon, 22 Oct 2012 19:15:35 +0000 (-0300) Subject: Remove deprecation warning X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cf75bec91ab7d0d85ba554590b49cad621b7dbdc;p=lorea%2Felgg.git Remove deprecation warning --- 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() {