mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 05:08:52 +00:00
[feature/events] Fix info/acp_modules.php completly
PHPBB3-9550
This commit is contained in:
parent
b966551e6b
commit
ba63df2dce
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ class acp_modules_info
|
|||
'acp' => array('title' => 'ACP', 'auth' => 'acl_a_modules', 'cat' => array('ACP_MODULE_MANAGEMENT')),
|
||||
'ucp' => array('title' => 'UCP', 'auth' => 'acl_a_modules', 'cat' => array('ACP_MODULE_MANAGEMENT')),
|
||||
'mcp' => array('title' => 'MCP', 'auth' => 'acl_a_modules', 'cat' => array('ACP_MODULE_MANAGEMENT')),
|
||||
),
|
||||
);
|
||||
|
||||
$vars = array('modules');
|
||||
$event = new phpbb_event_data(compact($vars));
|
||||
|
@ -34,7 +34,7 @@ class acp_modules_info
|
|||
'modes' => $modules,
|
||||
);
|
||||
|
||||
return $data
|
||||
return $data;
|
||||
}
|
||||
|
||||
function install()
|
||||
|
|
Loading…
Add table
Reference in a new issue