diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-31 18:38:37 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-31 18:38:37 +0300 |
commit | 1be5bd8e1311a9dd859e6e685cdfa5979adf69a4 (patch) | |
tree | f15e564875e847c22055d0dd2c2c2a57b53e6187 | |
parent | 5d07b16ec647f51d51504cf9d6a0861a975ceb8e (diff) | |
download | forums-1be5bd8e1311a9dd859e6e685cdfa5979adf69a4.tar forums-1be5bd8e1311a9dd859e6e685cdfa5979adf69a4.tar.gz forums-1be5bd8e1311a9dd859e6e685cdfa5979adf69a4.tar.bz2 forums-1be5bd8e1311a9dd859e6e685cdfa5979adf69a4.tar.xz forums-1be5bd8e1311a9dd859e6e685cdfa5979adf69a4.zip |
[feature/merging-style-components] Fixing typo in database updater
Fixing typo in database_update.php
PHPBB3-10632
-rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 18ca4870fb..3235731d28 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -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', |