aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-04-24 18:20:53 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-04-24 18:20:53 +0000
commitc3e4f02d49b86d38ef25fe283e2abff83af78285 (patch)
tree9b66aebbe0e03b83869adf61c3f2591c291cc6fe
parentc74b68c26be43b2f622bbde659442a5988090b78 (diff)
downloadforums-c3e4f02d49b86d38ef25fe283e2abff83af78285.tar
forums-c3e4f02d49b86d38ef25fe283e2abff83af78285.tar.gz
forums-c3e4f02d49b86d38ef25fe283e2abff83af78285.tar.bz2
forums-c3e4f02d49b86d38ef25fe283e2abff83af78285.tar.xz
forums-c3e4f02d49b86d38ef25fe283e2abff83af78285.zip
Fixed some undefined variables (my bad ;))
git-svn-id: file:///svn/phpbb/trunk@3946 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/viewtopic.php1
1 files changed, 1 insertions, 0 deletions
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'],