commit:     af6dcdd6e6220faa03f2e3a9c3ec9d0ef6ffed1f
Author:     mrgoldy <gijsmartens1 <AT> gmail <DOT> com>
AuthorDate: Wed May  1 13:54:48 2019 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed May  1 13:54:48 2019 +0000
URL:        https://gitweb.gentoo.org/proj/forums.git/commit/?id=af6dcdd6

[ticket/16039] Global dispatcher

PHPBB3-16039

 phpBB/includes/mcp/mcp_main.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php
index c3e3ade16..4bd783b27 100644
--- a/phpBB/includes/mcp/mcp_main.php
+++ b/phpBB/includes/mcp/mcp_main.php
@@ -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)
        {

Reply via email to