mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +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',
|
'forum_id',
|
||||||
'topic_ids',
|
'topic_ids',
|
||||||
);
|
);
|
||||||
|
|
||||||
extract($phpbb_dispatcher->trigger_event('core.mcp_change_topic_type_before', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.mcp_change_topic_type_before', compact($vars)));
|
||||||
|
|
||||||
$sql = 'UPDATE ' . TOPICS_TABLE . "
|
$sql = 'UPDATE ' . TOPICS_TABLE . "
|
||||||
|
Reference in New Issue
Block a user