diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index cc9ff78ada..b0e6b3aae9 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -538,7 +538,7 @@ if ($forum_data['left_id'] != $forum_data['right_id'] - 1) )); include($phpbb_root_path . 'includes/functions_display.' . $phpEx); - display_forums($forum_data, FALSE); + display_forums($forum_data); } include($phpbb_root_path . 'includes/page_header.'.$phpEx);