]> source.dussan.org Git - nextcloud-server.git/commitdiff
disable the app code checker - some previous shipped apps cannot be installed from...
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 27 Jan 2015 08:27:38 +0000 (09:27 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 27 Jan 2015 08:27:38 +0000 (09:27 +0100)
lib/private/installer.php

index 60ed06ae352efd02e31e91c8d1373364a1880c0d..4f4a498b739b3fb66406f9fbc26a6a1bae44318d 100644 (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) {