Merge pull request #13701 from owncloud/disable-appcode-checker

disable the app code checker - some previous shipped apps cannot be inst...
This commit is contained in:
Lukas Reschke 2015-01-27 11:53:03 +01:00
commit 9771ead7dd
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) {