diff options
author | kasimi <kasimi@inbox.ru> | 2015-12-27 14:52:20 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2016-01-09 09:13:20 +0100 |
commit | 80c32fb7ef107e0d6ae9eae56688d6a087184f41 (patch) | |
tree | bba126a8492bb5fc7e2b876c077f7cb382ba8084 /phpBB/includes | |
parent | e3acdfed925a7d924de038e1101a960c7d9391d3 (diff) | |
download | forums-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.php | 2 |
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') { |