summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-08-04 20:26:28 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-08-04 20:26:28 +0200
commite1d4f851022409d554eb5854affa41b319dbf501 (patch)
tree7168aa4e8c811b7d0302a39311d801bbbebbca73 /settings
parentd19803654f4b728b17ae5f0f682ba7bd1d9f3953 (diff)
downloadnextcloud-server-e1d4f851022409d554eb5854affa41b319dbf501.tar.gz
nextcloud-server-e1d4f851022409d554eb5854affa41b319dbf501.zip
Wait with csrf check for now.
Diffstat (limited to 'settings')
-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){