mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ if ($sql)
|
||||||
$poll_start = (isset($poll_start)) ? (int) $poll_start : 0;
|
$poll_start = (isset($poll_start)) ? (int) $poll_start : 0;
|
||||||
$poll_options = array();
|
$poll_options = array();
|
||||||
|
|
||||||
if (!isset($icon_id))
|
if (!isset($icon_id) || in_array($mode, array('quote', 'reply')))
|
||||||
{
|
{
|
||||||
$icon_id = 0;
|
$icon_id = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue