aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorkasimi <kasimi@inbox.ru>2015-12-27 14:52:20 +0100
committerJoas Schilling <nickvergessen@gmx.de>2016-01-09 09:13:20 +0100
commit80c32fb7ef107e0d6ae9eae56688d6a087184f41 (patch)
treebba126a8492bb5fc7e2b876c077f7cb382ba8084 /phpBB/includes
parente3acdfed925a7d924de038e1101a960c7d9391d3 (diff)
downloadforums-80c32fb7ef107e0d6ae9eae56688d6a087184f41.tar
forums-80c32fb7ef107e0d6ae9eae56688d6a087184f41.tar.gz
forums-80c32fb7ef107e0d6ae9eae56688d6a087184f41.tar.bz2
forums-80c32fb7ef107e0d6ae9eae56688d6a087184f41.tar.xz
forums-80c32fb7ef107e0d6ae9eae56688d6a087184f41.zip
[ticket/14343] Added missing $phpbb_dispatcher
PHPBB3-14343
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/mcp/mcp_main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php
index 9696605450..d0908a0d8b 100644
--- a/phpBB/includes/mcp/mcp_main.php
+++ b/phpBB/includes/mcp/mcp_main.php
@@ -262,7 +262,7 @@ class mcp_main
*/
function lock_unlock($action, $ids)
{
- global $auth, $user, $db, $phpEx, $phpbb_root_path, $request;
+ global $auth, $user, $db, $phpEx, $phpbb_root_path, $request, $phpbb_dispatcher;
if ($action == 'lock' || $action == 'unlock')
{