From: hellekin Date: Mon, 22 Oct 2012 19:17:22 +0000 (-0300) Subject: Remove deprecation warning X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=514740adeab3d2e7ef49eb69dd73a2c70601e2f5;p=lorea%2Felgg.git Remove deprecation warning --- diff --git a/start.php b/start.php index 5074f295e..a00811ab9 100755 --- a/start.php +++ b/start.php @@ -32,7 +32,7 @@ function openid_server_init() { elgg_register_event_handler('login','user','openid_server_handle_login'); elgg_register_event_handler('logout','user','openid_server_handle_logout'); - set_view_location("openid_server/forms/trust", $CONFIG->path.'mod/openid_server/views/'); + elgg_set_view_location("openid_server/forms/trust", $CONFIG->path.'mod/openid_server/views/'); $base = elgg_get_plugins_path() . 'openid_server/actions'; elgg_register_action('openid_server/trust', "$base/trust.php", 'public');