diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 08:54:56 -0700 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 08:54:56 -0700 |
| commit | 17a7b570747a91321903e30f3c0dd6f8246c0047 (patch) | |
| tree | a5bd71e8d3f89029f33fa741926142060ad1c6f4 /phpBB | |
| parent | 84775aaac50d90853d97ed54333ff34449840560 (diff) | |
| parent | 550ee7309a1d83711e4b9cf4abe3468807d84996 (diff) | |
| download | forums-17a7b570747a91321903e30f3c0dd6f8246c0047.tar forums-17a7b570747a91321903e30f3c0dd6f8246c0047.tar.gz forums-17a7b570747a91321903e30f3c0dd6f8246c0047.tar.bz2 forums-17a7b570747a91321903e30f3c0dd6f8246c0047.tar.xz forums-17a7b570747a91321903e30f3c0dd6f8246c0047.zip | |
Merge pull request #676 from cyberalien/feature/merging-style-components
[feature/merging-style-components] Fixing typos in database updater
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/install/database_update.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 3235731d28..583574a245 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -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', |
