From: Thomas Müller Date: Tue, 27 Jan 2015 08:27:38 +0000 (+0100) Subject: disable the app code checker - some previous shipped apps cannot be installed from... X-Git-Tag: v8.0.0RC1~28^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9a75304b02718f5831250c051fb2f1c7d035e8de;p=nextcloud-server.git disable the app code checker - some previous shipped apps cannot be installed from the appstore now :facepunch: --- 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) {