[ticket/16039] Global dispatcher

PHPBB3-16039
This commit is contained in:
mrgoldy 2019-05-01 15:54:48 +02:00
parent 055d7658db
commit af6dcdd6e6

View file

@ -378,7 +378,7 @@ function lock_unlock($action, $ids)
*/
function change_topic_type($action, $topic_ids)
{
global $user, $db, $request, $phpbb_log;
global $user, $db, $request, $phpbb_log, $phpbb_dispatcher;
switch ($action)
{