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

[feature/merging-style-components] Fixing typo in database updater
This commit is contained in:
Igor Wiedler 2012-03-31 08:46:34 -07:00
commit 84775aaac5

View file

@ -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',