Fix problem in admin-help-section on phpBB3.2 (no help is shown):

[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/acp/football_module.php on line 80: Invalid argument supplied for foreach()
This commit is contained in:
football
2017-03-05 18:04:34 +01:00
parent a16e0e3c79
commit a502b5d082
3 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ if ( empty($lang) || !is_array($lang) )
// » „ “ — …
//
$help = array(
$lang = array_merge($lang, array('FOOTBALL_HELP_FAQ' => array(
array(
0 => '--',
1 => 'Erste Schritte'
@@ -527,5 +527,5 @@ mit gleichem Status aktualisieren" zu wählen.'
Datenquelle erfolgen. Benötigt man innerhalb dieser Zeit trotzdem aktualisierte Daten, so muss man den Cache löschen um einen erneuten Download von der
Datenquelle zu erzwingen.'
),
);
)));
?>