[ticket/14343] Added missing $phpbb_dispatcher

PHPBB3-14343
This commit is contained in:
kasimi 2015-12-27 14:52:20 +01:00 committed by Joas Schilling
parent e3acdfed92
commit 80c32fb7ef

View file

@ -262,7 +262,7 @@ class mcp_main
*/ */
function lock_unlock($action, $ids) 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') if ($action == 'lock' || $action == 'unlock')
{ {