From 9a75304b02718f5831250c051fb2f1c7d035e8de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Tue, 27 Jan 2015 09:27:38 +0100 Subject: [PATCH] disable the app code checker - some previous shipped apps cannot be installed from the appstore now :facepunch: --- lib/private/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5