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:
@@ -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.'
|
||||
),
|
||||
);
|
||||
)));
|
||||
?>
|
||||
Reference in New Issue
Block a user