* [gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/includes/mcp/
@ 2019-05-04 5:20 Jimi Huotari
0 siblings, 0 replies; only message in thread
From: Jimi Huotari @ 2019-05-04 5:20 UTC (permalink / raw
To: gentoo-commits
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)
{
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-05-04 5:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-04 5:20 [gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/includes/mcp/ Jimi Huotari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox