mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-04 19:51:39 +02:00
[feature/soft-delete] Allow soft deleting/restoring topics via quickmoderation
PHPBB3-9567
This commit is contained in:
@@ -158,6 +158,7 @@ if ($quickmod)
|
||||
case 'move':
|
||||
case 'delete_post':
|
||||
case 'delete_topic':
|
||||
case 'restore_topic':
|
||||
$module->load('mcp', 'main', 'quickmod');
|
||||
return;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user