diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index 73d52a5fdf..e1e6496c36 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -707,7 +707,7 @@ function topic_status(&$topic_row, $replies, $unread_topic, &$folder_img, &$fold } } - if ($topic_row['poll_start']) + if ($topic_row['poll_start'] && $topic_row['topic_status'] != ITEM_MOVED) { $topic_type = $user->lang['VIEW_TOPIC_POLL']; }