From cf75bec91ab7d0d85ba554590b49cad621b7dbdc Mon Sep 17 00:00:00 2001 From: hellekin Date: Mon, 22 Oct 2012 16:15:35 -0300 Subject: Remove deprecation warning --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.php') 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() { -- cgit v1.2.3