summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-01-27 09:27:38 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-01-27 09:27:38 +0100
commit9a75304b02718f5831250c051fb2f1c7d035e8de (patch)
treea860658755bedaef88561a655e09c749c5a3c134
parentf248ee013be638b4fa85dd9846fdd16874ed8ac3 (diff)
downloadnextcloud-server-9a75304b02718f5831250c051fb2f1c7d035e8de.tar.gz
nextcloud-server-9a75304b02718f5831250c051fb2f1c7d035e8de.zip
disable the app code checker - some previous shipped apps cannot be installed from the appstore now :facepunch:
-rw-r--r--lib/private/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/installer.php b/lib/private/installer.php
index 60ed06ae352..4f4a498b739 100644
--- a/lib/private/installer.php
+++ b/lib/private/installer.php
@@ -556,7 +556,7 @@ class OC_Installer{
);
// is the code checker enabled?
- if(OC_Config::getValue('appcodechecker', true)) {
+ if(OC_Config::getValue('appcodechecker', false)) {
// check if grep is installed
$grep = \OC_Helper::findBinaryPath('grep');
if (!$grep) {