Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2019-05-01 20:33:17 +02:00
commit 360e5f3fdf
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

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