From 1d0ade7168370fe210f0acfaf58a2d3b344d3c89 Mon Sep 17 00:00:00 2001 From: natec Date: Tue, 9 Oct 2001 20:12:38 +0000 Subject: [PATCH] Fixed 468772 plus other moved-topic-inherits-stuff bugs. git-svn-id: file:///svn/phpbb/trunk@1143 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index b9a2de05d9..288e0a3535 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -492,6 +492,8 @@ if($total_topics) { $topic_type = $lang['Topic_Moved'] . " "; $topic_id = $topic_rowset[$i]['topic_moved_id']; + $newest_post_img = ""; + $folder_image = ""; } else {