mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/15948] Add core.mcp_change_topic_type_after/before
PHPBB3-15948
This commit is contained in:
parent
357e5a567d
commit
6c1664f6d3
1 changed files with 0 additions and 1 deletions
|
@ -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 . "
|
||||||
|
|
Loading…
Add table
Reference in a new issue