mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Forgot that one for #7110
git-svn-id: file:///svn/phpbb/trunk@6891 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
07d7486389
commit
f4263042d5
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
$topic_type = $user->lang['VIEW_TOPIC_POLL'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue