fix typo in config.sample.php

This commit is contained in:
Morris Jobke 2015-03-18 17:08:54 +01:00
parent bf6a7080e5
commit bd57fcb539
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ $CONFIG = array(
/** /**
* Checks an app before install whether it uses private APIs instead of the * 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. * enable apps that pass this check.
*/ */
'appcodechecker' => true, 'appcodechecker' => true,