mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 00:02:18 +02:00
[feature/events] Fix info/acp_modules.php completly
PHPBB3-9550
This commit is contained in:
parent
b966551e6b
commit
ba63df2dce
@ -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…
x
Reference in New Issue
Block a user