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:
parent
857670f522
commit
bca152dada
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user