aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/viewforum.php2
1 files changed, 2 insertions, 0 deletions
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
{