mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10:10 +00:00
Fix config mentions (no doc)
This commit is contained in:
parent
2e2930d770
commit
3fc21f0d64
4 changed files with 8 additions and 8 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue