summaryrefslogtreecommitdiffstats
path: root/settings/ajax/apps
diff options
context:
space:
mode:
Diffstat (limited to 'settings/ajax/apps')
-rw-r--r--settings/ajax/apps/ocs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/apps/ocs.php b/settings/ajax/apps/ocs.php
index c7b6b22748a..5a326c125f6 100644
--- a/settings/ajax/apps/ocs.php
+++ b/settings/ajax/apps/ocs.php
@@ -10,7 +10,7 @@
require_once('../../../lib/base.php');
OC_JSON::checkAdminUser();
-OC_JSON::callCheck();
+
$l = OC_L10N::get('core');
if(OC_Config::getValue('appstoreenabled', true)==false){