From bca152dadad5bd9b41292aac1e60c5900c2b570f Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 28 Sep 2004 17:46:57 +0000 Subject: [PATCH] - fixing ongoing "topic/post icons bug" git-svn-id: file:///svn/phpbb/trunk@4989 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index c0008dfe93..fb5b91dde9 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -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; }