mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 14:46:28 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -44,8 +44,6 @@ class acp_permissions
|
|||||||
include($phpbb_root_path . 'includes/acp/auth.' . $phpEx);
|
include($phpbb_root_path . 'includes/acp/auth.' . $phpEx);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->permissions = $phpbb_container->get('acl.permissions');
|
|
||||||
|
|
||||||
$auth_admin = new auth_admin();
|
$auth_admin = new auth_admin();
|
||||||
|
|
||||||
$user->add_lang('acp/permissions');
|
$user->add_lang('acp/permissions');
|
||||||
@@ -53,6 +51,8 @@ class acp_permissions
|
|||||||
|
|
||||||
$this->tpl_name = 'acp_permissions';
|
$this->tpl_name = 'acp_permissions';
|
||||||
|
|
||||||
|
$this->permissions = $phpbb_container->get('acl.permissions');
|
||||||
|
|
||||||
// Trace has other vars
|
// Trace has other vars
|
||||||
if ($mode == 'trace')
|
if ($mode == 'trace')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user