mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Fix config mentions (no doc)
This commit is contained in:
parent
2e2930d770
commit
3fc21f0d64
4 changed files with 8 additions and 8 deletions
|
@ -121,7 +121,7 @@ HELP;
|
|||
|
||||
Install::checkFunctions($checks);
|
||||
Install::checkImagick($checks);
|
||||
Install::checkHtConfig($checks);
|
||||
Install::checkLocalIni($checks);
|
||||
Install::checkSmarty3($checks);
|
||||
Install::checkKeys($checks);
|
||||
|
||||
|
|
|
@ -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