aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-10-27 17:12:34 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-10-27 17:12:34 +0200
commit4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c (patch)
tree5851c08fb528feb0dd1ff80fe3690600e8033ffe /phpBB/mcp.php
parent7b3d794cad4c06b1bbb769439a2d051b7ca0a0d4 (diff)
downloadforums-4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c.tar
forums-4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c.tar.gz
forums-4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c.tar.bz2
forums-4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c.tar.xz
forums-4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c.zip
[feature/soft-delete] Allow soft deleting/restoring topics via quickmoderation
PHPBB3-9567
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index d322aacb2f..4c87838306 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -158,6 +158,7 @@ if ($quickmod)
case 'move':
case 'delete_post':
case 'delete_topic':
+ case 'restore_topic':
$module->load('mcp', 'main', 'quickmod');
return;
break;