mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
git-svn-id: file:///svn/phpbb/trunk@7506 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b10f79cacd
commit
36f95d545b
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ function mcp_topic_view($id, $mode, $action)
|
|||
{
|
||||
$to_topic_info = $to_topic_info[$to_topic_id];
|
||||
|
||||
if (!$to_topic_info['enable_icons'] || $auth->acl_get('!f_icons', $forum_id))
|
||||
if (!$to_topic_info['enable_icons'] || $auth->acl_get('!f_icons', $topic_info['forum_id']))
|
||||
{
|
||||
$s_topic_icons = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue