From 919c1aee53cd16529e10294e5129ed7e477740af Mon Sep 17 00:00:00 2001 From: David M Date: Sun, 6 May 2007 19:11:06 +0000 Subject: #10567 git-svn-id: file:///svn/phpbb/trunk@7490 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index 726fd8bfd1..bfb90d0974 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1110,7 +1110,7 @@ if ($mode == 'post' || ($mode == 'edit' && $post_id == $post_data['topic_first_p } $s_topic_icons = false; -if ($post_data['enable_icons']) +if ($post_data['enable_icons'] && $auth->acl_get('f_icons', $forum_id)) { $s_topic_icons = posting_gen_topic_icons($mode, $post_data['icon_id']); } -- cgit v1.2.1