summaryrefslogtreecommitdiffstats
path: root/settings/ajax/openid.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/ajax/openid.php')
-rw-r--r--settings/ajax/openid.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/openid.php b/settings/ajax/openid.php
index c4b119b448d..58d071255c2 100644
--- a/settings/ajax/openid.php
+++ b/settings/ajax/openid.php
@@ -3,7 +3,7 @@
// Init owncloud
require_once('../../lib/base.php');
-$l=new OC_L10N('settings');
+$l=OC_L10N::get('settings');
OC_JSON::checkLoggedIn();
OC_JSON::checkAppEnabled('user_openid');