mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/merging-style-components] Fixing typo in database updater
Fixing typo in database_update.php PHPBB3-10632
This commit is contained in:
@@ -2274,7 +2274,7 @@ function change_database_data(&$no_updates, $version)
|
|||||||
'cat' => 'ACP_ATTACHMENTS',
|
'cat' => 'ACP_ATTACHMENTS',
|
||||||
),
|
),
|
||||||
'install' => array(
|
'install' => array(
|
||||||
'base' => 'acp_styles'
|
'base' => 'acp_styles',
|
||||||
'class' => 'acp',
|
'class' => 'acp',
|
||||||
'title' => 'ACP_STYLES_INSTALL',
|
'title' => 'ACP_STYLES_INSTALL',
|
||||||
'auth' => 'acl_a_styles',
|
'auth' => 'acl_a_styles',
|
||||||
|
Reference in New Issue
Block a user