]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Remove deprecation warning
authorhellekin <hellekin@cepheide.org>
Mon, 22 Oct 2012 19:17:22 +0000 (16:17 -0300)
committerhellekin <hellekin@cepheide.org>
Mon, 22 Oct 2012 19:17:22 +0000 (16:17 -0300)
start.php

index 5074f295e9411dcc8547b86e96be6af31011572f..a00811ab9ea1aa2e439aa31e5400b861a650784b 100755 (executable)
--- a/start.php
+++ b/start.php
@@ -32,7 +32,7 @@ function openid_server_init() {
        elgg_register_event_handler('login','user','openid_server_handle_login');\r
        elgg_register_event_handler('logout','user','openid_server_handle_logout');\r
  \r
-        set_view_location("openid_server/forms/trust", $CONFIG->path.'mod/openid_server/views/');\r
+       elgg_set_view_location("openid_server/forms/trust", $CONFIG->path.'mod/openid_server/views/');\r
     \r
        $base = elgg_get_plugins_path() . 'openid_server/actions';\r
        elgg_register_action('openid_server/trust', "$base/trust.php", 'public');\r