mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
git-svn-id: file:///svn/phpbb/trunk@7056 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bc50fa65ab
commit
fb709f65cb
@ -200,7 +200,6 @@ function mcp_topic_view($id, $mode, $action)
|
||||
else
|
||||
{
|
||||
$to_topic_info = $to_topic_info[$to_topic_id];
|
||||
}
|
||||
|
||||
if (!$to_topic_info['enable_icons'])
|
||||
{
|
||||
@ -208,6 +207,7 @@ function mcp_topic_view($id, $mode, $action)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$template->assign_vars(array(
|
||||
'TOPIC_TITLE' => $topic_info['topic_title'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user