From c3e4f02d49b86d38ef25fe283e2abff83af78285 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Thu, 24 Apr 2003 18:20:53 +0000 Subject: [PATCH] Fixed some undefined variables (my bad ;)) git-svn-id: file:///svn/phpbb/trunk@3946 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 0e64b3314a..d0d457b65a 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -585,6 +585,7 @@ do 'poster' => $poster, 'user_id' => $row['user_id'], 'topic_id' => $row['topic_id'], + 'forum_id' => $row['forum_id'], 'post_subject' => $row['post_subject'], 'post_edit_count' => $row['post_edit_count'], 'post_edit_time' => $row['post_edit_time'],