diff options
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 7be7c457de..10c3cf61ae 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1002,7 +1002,8 @@ $forum_data = array( 'forum_parents' => $forum_parents, 'forum_name' => $forum_name, 'forum_id' => $forum_id, - 'forum_desc' => '' + 'forum_type' => $forum_type, + 'forum_desc' => $forum_desc ); generate_forum_nav($forum_data); |
