aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-03-10 22:21:38 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-03-10 22:21:38 +0100
commit147c98fa32ba5c1aeedb73486665a461f3b375aa (patch)
tree330d37e473d186acbf16178bc47b138f32c7bb82 /phpBB/includes
parentcc5ba36a061215e0d96f32b67e9f1391e699ac63 (diff)
downloadforums-147c98fa32ba5c1aeedb73486665a461f3b375aa.tar
forums-147c98fa32ba5c1aeedb73486665a461f3b375aa.tar.gz
forums-147c98fa32ba5c1aeedb73486665a461f3b375aa.tar.bz2
forums-147c98fa32ba5c1aeedb73486665a461f3b375aa.tar.xz
forums-147c98fa32ba5c1aeedb73486665a461f3b375aa.zip
[ticket/9657] Fix newly added empty line
PHPBB3-9657
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/mcp/mcp_forum.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_forum.php b/phpBB/includes/mcp/mcp_forum.php
index ddd27a1be2..a7302ce912 100644
--- a/phpBB/includes/mcp/mcp_forum.php
+++ b/phpBB/includes/mcp/mcp_forum.php
@@ -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)