mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch '3.1.x'
Conflicts: phpBB/includes/mcp/mcp_main.php
This commit is contained in:
commit
d0adbe94d5
1 changed files with 1 additions and 1 deletions
|
@ -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, $phpbb_log;
|
global $auth, $user, $db, $phpEx, $phpbb_root_path, $request, $phpbb_log, $phpbb_dispatcher;
|
||||||
|
|
||||||
if ($action == 'lock' || $action == 'unlock')
|
if ($action == 'lock' || $action == 'unlock')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue