disable the app code checker - some previous shipped apps cannot be installed from the appstore now 👊

This commit is contained in:
Thomas Müller 2015-01-27 09:27:38 +01:00
parent f248ee013b
commit 9a75304b02
1 changed files with 1 additions and 1 deletions

View File

@ -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) {