mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12564] Remove version definition from ACP/MCP/UCP module info files
PHPBB3-12564
This commit is contained in:
@@ -17,7 +17,6 @@ class acp_groups_info
|
||||
return array(
|
||||
'filename' => 'acp_groups',
|
||||
'title' => 'ACP_GROUPS_MANAGEMENT',
|
||||
'version' => '1.0.0',
|
||||
'modes' => array(
|
||||
'manage' => array('title' => 'ACP_GROUPS_MANAGE', 'auth' => 'acl_a_group', 'cat' => array('ACP_GROUPS')),
|
||||
'position' => array('title' => 'ACP_GROUPS_POSITION', 'auth' => 'acl_a_group', 'cat' => array('ACP_GROUPS')),
|
||||
|
Reference in New Issue
Block a user