aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-10-10 23:10:46 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-10-10 23:10:46 +0200
commit18f77020e5c4a33e2b9bb1145342dab7ea55fd32 (patch)
treeee17cbc60fd81995ae328473bfbc6849185d4f5d /phpBB/mcp.php
parente4c9e55b53923baedfc9318eb589a914a4ffccef (diff)
downloadforums-18f77020e5c4a33e2b9bb1145342dab7ea55fd32.tar
forums-18f77020e5c4a33e2b9bb1145342dab7ea55fd32.tar.gz
forums-18f77020e5c4a33e2b9bb1145342dab7ea55fd32.tar.bz2
forums-18f77020e5c4a33e2b9bb1145342dab7ea55fd32.tar.xz
forums-18f77020e5c4a33e2b9bb1145342dab7ea55fd32.zip
[feature/soft-delete] Fix several problems in the forum mcp
PHPBB3-9567
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index d1ca26326a..eb61492518 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -199,7 +199,7 @@ if (!$post_id)
$module->set_display('warn', 'warn_post', false);
}
-if ($mode == '' || $mode == 'unapproved_topics' || $mode == 'unapproved_posts')
+if ($mode == '' || $mode == 'unapproved_topics' || $mode == 'unapproved_posts' || $mode == 'deleted_posts')
{
$module->set_display('queue', 'approve_details', false);
}