aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/adm/admin_forums.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/adm/admin_forums.php b/phpBB/adm/admin_forums.php
index abebf55dc3..9ea4d9aa0c 100644
--- a/phpBB/adm/admin_forums.php
+++ b/phpBB/adm/admin_forums.php
@@ -192,8 +192,6 @@ switch ($mode)
}
else if ($mode == 'edit')
{
- echo "HERE";
- exit;
$row = get_forum_info($forum_id);
if ($row['forum_type'] != $forum_type && $action)