summaryrefslogtreecommitdiffstats
path: root/apps/user_openid/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_openid/settings.php')
-rwxr-xr-xapps/user_openid/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_openid/settings.php b/apps/user_openid/settings.php
index 01ab4d16fc9..33a3f232a17 100755
--- a/apps/user_openid/settings.php
+++ b/apps/user_openid/settings.php
@@ -4,7 +4,7 @@ $tmpl = new OC_Template( 'user_openid', 'settings');
$identity=OC_Preferences::getValue(OCP\USER::getUser(),'user_openid','identity','');
$tmpl->assign('identity',$identity);
-OC_Util::addScript('user_openid','settings');
+OCP\Util::addscript('user_openid','settings');
return $tmpl->fetchPage();
?> \ No newline at end of file