git-svn-id: file:///svn/phpbb/trunk@7056 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-02-24 19:35:20 +00:00
parent bc50fa65ab
commit fb709f65cb

View file

@ -200,11 +200,11 @@ function mcp_topic_view($id, $mode, $action)
else else
{ {
$to_topic_info = $to_topic_info[$to_topic_id]; $to_topic_info = $to_topic_info[$to_topic_id];
}
if (!$to_topic_info['enable_icons']) if (!$to_topic_info['enable_icons'])
{ {
$s_topic_icons = false; $s_topic_icons = false;
}
} }
} }
} }