mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
Merge pull request #675 from cyberalien/feature/merging-style-components
[feature/merging-style-components] Fixing typo in database updater
This commit is contained in:
commit
84775aaac5
1 changed files with 1 additions and 1 deletions
|
@ -2274,7 +2274,7 @@ function change_database_data(&$no_updates, $version)
|
|||
'cat' => 'ACP_ATTACHMENTS',
|
||||
),
|
||||
'install' => array(
|
||||
'base' => 'acp_styles'
|
||||
'base' => 'acp_styles',
|
||||
'class' => 'acp',
|
||||
'title' => 'ACP_STYLES_INSTALL',
|
||||
'auth' => 'acl_a_styles',
|
||||
|
|
Loading…
Add table
Reference in a new issue