aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-04 14:35:27 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-04 14:35:27 -0400
commit95fc7f4cb773dc1ab2d3ddffa62f0d8e884f6b74 (patch)
treebd7df5357ad92383c4af0fe3dc2260bb8b984316 /settings
parent84aa7c7b548db2a5aa7534ec61fc46cb2ac5dd3a (diff)
parente1d4f851022409d554eb5854affa41b319dbf501 (diff)
downloadnextcloud-server-95fc7f4cb773dc1ab2d3ddffa62f0d8e884f6b74.tar.gz
nextcloud-server-95fc7f4cb773dc1ab2d3ddffa62f0d8e884f6b74.zip
Merge branch 'master' of gitorious.org:owncloud/owncloud
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){