mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +02:00
fix bug #2258
git-svn-id: file:///svn/phpbb/trunk@6074 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -366,7 +366,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
||||
return array($active_forum_ary, $forum_moderators);
|
||||
}
|
||||
|
||||
return $active_forum_ary;
|
||||
return array($active_forum_ary, array());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user