mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/16345] Small improvements
PHPBB3-16346
This commit is contained in:
@@ -767,7 +767,7 @@ function generate_forum_nav(&$forum_data_ary)
|
||||
return;
|
||||
}
|
||||
|
||||
$navlinks_parents = $forum_template_data = array();
|
||||
$navlinks_parents = array();
|
||||
|
||||
// Get forum parents
|
||||
$forum_parents = get_forum_parents($forum_data_ary);
|
||||
|
Reference in New Issue
Block a user