diff options
Diffstat (limited to 'phpBB/mcp.php')
| -rw-r--r-- | phpBB/mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php index 4f8d7463ea..a3c065afc9 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -284,7 +284,7 @@ class module */ // Start session management -$user->start(); +$user->session_begin(); $auth->acl($user->data); $user->setup('mcp'); |
