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

remotes/origin/ldap_group_count
Frank Karlitschek 12 years ago
parent b51d405852
commit 7504fc0aef
  1. 3
      lib/private/installer.php

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

Loading…
Cancel
Save