Browse Source

fix typo in config.sample.php

tags/v8.1.0alpha1
Morris Jobke 9 years ago
parent
commit
bd57fcb539
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/config.sample.php

+ 1
- 1
config/config.sample.php View File

@@ -421,7 +421,7 @@ $CONFIG = array(

/**
* Checks an app before install whether it uses private APIs instead of the
* proper public APIs. If this is set to true it will just allow to install or
* proper public APIs. If this is set to true it will only allow to install or
* enable apps that pass this check.
*/
'appcodechecker' => true,

Loading…
Cancel
Save