mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/9657] Fix newly added empty line
PHPBB3-9657
This commit is contained in:
parent
cc5ba36a06
commit
147c98fa32
1 changed files with 0 additions and 1 deletions
|
@ -260,7 +260,6 @@ function mcp_forum_view($id, $mode, $action, $forum_info)
|
||||||
'S_POSTS_UNAPPROVED' => $posts_unapproved,
|
'S_POSTS_UNAPPROVED' => $posts_unapproved,
|
||||||
'S_TOPIC_DELETED' => $topic_deleted,
|
'S_TOPIC_DELETED' => $topic_deleted,
|
||||||
'S_UNREAD_TOPIC' => $unread_topic,
|
'S_UNREAD_TOPIC' => $unread_topic,
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($row['topic_status'] == ITEM_MOVED)
|
if ($row['topic_status'] == ITEM_MOVED)
|
||||||
|
|
Loading…
Add table
Reference in a new issue