1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-20 22:39:55 +02:00

- fixing ongoing "topic/post icons bug"

git-svn-id: file:///svn/phpbb/trunk@4989 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2004-09-28 17:46:57 +00:00
parent 857670f522
commit bca152dada

View File

@ -159,7 +159,7 @@ if ($sql)
$poll_start = (isset($poll_start)) ? (int) $poll_start : 0;
$poll_options = array();
if (!isset($icon_id))
if (!isset($icon_id) || in_array($mode, array('quote', 'reply')))
{
$icon_id = 0;
}