switch code checker on by default. apps are not allowed to access some of the internal classes where we have a public api for now

This commit is contained in:
Frank Karlitschek 2013-11-18 18:42:06 +01:00
parent b51d405852
commit 7504fc0aef
1 changed files with 1 additions and 2 deletions

View File

@ -460,8 +460,7 @@ class OC_Installer{
);
// is the code checker enabled?
if(OC_Config::getValue('appcodechecker', false)) {
if(OC_Config::getValue('appcodechecker', true)) {
// check if grep is installed
$grep = exec('which grep');
if($grep=='') {