mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 05:08:52 +00:00
Merge pull request #5580 from mrgoldy/ticket/16039
[ticket/16039] Global dispatcher
This commit is contained in:
commit
eb1896e6f7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue