From e1d4f851022409d554eb5854affa41b319dbf501 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus <thomas@tanghus.net> Date: Sat, 4 Aug 2012 20:26:28 +0200 Subject: [PATCH] Wait with csrf check for now. --- settings/ajax/apps/ocs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/ajax/apps/ocs.php b/settings/ajax/apps/ocs.php index c7b6b22748..5a326c125f 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){ -- GitLab