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

@@ -77,7 +77,7 @@ class football_module
));
// Pull the array data from the lang pack
foreach ($user->help as $help_ary)
foreach ($user->lang['FOOTBALL_HELP_FAQ'] as $help_ary)
{
if ($help_ary[0] == '--')
{