1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/9657] Fix newly added empty line

PHPBB3-9657
This commit is contained in:
Joas Schilling
2013-03-10 22:21:38 +01:00
parent cc5ba36a06
commit 147c98fa32

View File

@@ -260,7 +260,6 @@ function mcp_forum_view($id, $mode, $action, $forum_info)
'S_POSTS_UNAPPROVED' => $posts_unapproved,
'S_TOPIC_DELETED' => $topic_deleted,
'S_UNREAD_TOPIC' => $unread_topic,
);
if ($row['topic_status'] == ITEM_MOVED)