mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
[feature/merging-style-components] Fixing typos in database updater
Yes, I failed... again. Fixing 2 more typos in database_update.php PHPBB3-10632
This commit is contained in:
parent
1be5bd8e13
commit
550ee7309a
@ -2281,14 +2281,14 @@ function change_database_data(&$no_updates, $version)
|
|||||||
'cat' => 'ACP_STYLE_MANAGEMENT',
|
'cat' => 'ACP_STYLE_MANAGEMENT',
|
||||||
),
|
),
|
||||||
'edit' => array(
|
'edit' => array(
|
||||||
'base' => 'acp_styles'
|
'base' => 'acp_styles',
|
||||||
'class' => 'acp',
|
'class' => 'acp',
|
||||||
'title' => 'ACP_STYLES_EDIT',
|
'title' => 'ACP_STYLES_EDIT',
|
||||||
'auth' => 'acl_a_styles',
|
'auth' => 'acl_a_styles',
|
||||||
'cat' => 'ACP_STYLE_MANAGEMENT',
|
'cat' => 'ACP_STYLE_MANAGEMENT',
|
||||||
),
|
),
|
||||||
'cache' => array(
|
'cache' => array(
|
||||||
'base' => 'acp_styles'
|
'base' => 'acp_styles',
|
||||||
'class' => 'acp',
|
'class' => 'acp',
|
||||||
'title' => 'ACP_STYLES_CACHE',
|
'title' => 'ACP_STYLES_CACHE',
|
||||||
'auth' => 'acl_a_styles',
|
'auth' => 'acl_a_styles',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user