Fix config mentions (no doc)

This commit is contained in:
Hypolite Petovan 2018-06-27 23:06:23 -04:00
parent 2e2930d770
commit 3fc21f0d64
4 changed files with 8 additions and 8 deletions

View file

@ -42,7 +42,7 @@ class Install extends BaseObject
self::checkImagick($checks);
self::checkHtConfig($checks);
self::checkLocalIni($checks);
self::checkSmarty3($checks);
@ -308,7 +308,7 @@ class Install extends BaseObject
*
* @param array $checks The list of all checks (by-ref parameter!)
*/
public static function checkHtConfig(&$checks)
public static function checkLocalIni(&$checks)
{
$status = true;
$help = "";