mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15948] Add core.mcp_change_topic_type_after/before
PHPBB3-15948
This commit is contained in:
@@ -428,7 +428,6 @@ function change_topic_type($action, $topic_ids)
|
||||
'forum_id',
|
||||
'topic_ids',
|
||||
);
|
||||
|
||||
extract($phpbb_dispatcher->trigger_event('core.mcp_change_topic_type_before', compact($vars)));
|
||||
|
||||
$sql = 'UPDATE ' . TOPICS_TABLE . "
|
||||
|
Reference in New Issue
Block a user