[feature/merging-style-components] Fixing typo in database updater

Fixing typo in database_update.php

PHPBB3-10632
This commit is contained in:
Vjacheslav Trushkin 2012-03-31 18:38:37 +03:00
parent 5d07b16ec6
commit 1be5bd8e13

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