Skip to content
Snippets Groups Projects
Commit 9771ead7 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

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

disable the app code checker - some previous shipped apps cannot be inst...
parents 956de27e 9a75304b
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment