diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/mcp/mcp_topic.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php index d230687ed4..2b793a4d6a 100644 --- a/phpBB/includes/mcp/mcp_topic.php +++ b/phpBB/includes/mcp/mcp_topic.php @@ -200,11 +200,11 @@ function mcp_topic_view($id, $mode, $action) else { $to_topic_info = $to_topic_info[$to_topic_id]; - } - if (!$to_topic_info['enable_icons']) - { - $s_topic_icons = false; + if (!$to_topic_info['enable_icons']) + { + $s_topic_icons = false; + } } } } |