Merge pull request #676 from cyberalien/feature/merging-style-components

[feature/merging-style-components] Fixing typos in database updater
This commit is contained in:
Igor Wiedler 2012-03-31 08:54:56 -07:00
commit 17a7b57074

View file

@ -2281,14 +2281,14 @@ function change_database_data(&$no_updates, $version)
'cat' => 'ACP_STYLE_MANAGEMENT',
),
'edit' => array(
'base' => 'acp_styles'
'base' => 'acp_styles',
'class' => 'acp',
'title' => 'ACP_STYLES_EDIT',
'auth' => 'acl_a_styles',
'cat' => 'ACP_STYLE_MANAGEMENT',
),
'cache' => array(
'base' => 'acp_styles'
'base' => 'acp_styles',
'class' => 'acp',
'title' => 'ACP_STYLES_CACHE',
'auth' => 'acl_a_styles',