diff options
author | Alessandro Cosentino <cosenal@gmail.com> | 2012-08-04 14:35:27 -0400 |
---|---|---|
committer | Alessandro Cosentino <cosenal@gmail.com> | 2012-08-04 14:35:27 -0400 |
commit | 95fc7f4cb773dc1ab2d3ddffa62f0d8e884f6b74 (patch) | |
tree | bd7df5357ad92383c4af0fe3dc2260bb8b984316 /settings | |
parent | 84aa7c7b548db2a5aa7534ec61fc46cb2ac5dd3a (diff) | |
parent | e1d4f851022409d554eb5854affa41b319dbf501 (diff) | |
download | nextcloud-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.php | 2 |
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){ |