diff options
author | hellekin <hellekin@cepheide.org> | 2012-10-22 16:15:35 -0300 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2012-10-22 16:15:35 -0300 |
commit | cf75bec91ab7d0d85ba554590b49cad621b7dbdc (patch) | |
tree | b95cb28befb8b6c6d2d8adfda2f23340045856ae /start.php | |
parent | 0b8b67d74a51586c5a45012e9e0f7bbe54f7e954 (diff) | |
download | elgg-cf75bec91ab7d0d85ba554590b49cad621b7dbdc.tar.gz elgg-cf75bec91ab7d0d85ba554590b49cad621b7dbdc.tar.bz2 |
Remove deprecation warning
Diffstat (limited to 'start.php')
-rwxr-xr-x | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() {
|