diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-13 23:19:10 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-13 23:19:10 -0600 |
commit | 25895bd5c3dc0749c8f7e5f7560752e936e66df7 (patch) | |
tree | 7c1483e7c3650a0059e8ceb00102b8605de27203 /phpBB | |
parent | bec05a11f38cd57d7e7a6c7f64ecdb7351e24fc0 (diff) | |
download | forums-25895bd5c3dc0749c8f7e5f7560752e936e66df7.tar forums-25895bd5c3dc0749c8f7e5f7560752e936e66df7.tar.gz forums-25895bd5c3dc0749c8f7e5f7560752e936e66df7.tar.bz2 forums-25895bd5c3dc0749c8f7e5f7560752e936e66df7.tar.xz forums-25895bd5c3dc0749c8f7e5f7560752e936e66df7.zip |
[ticket/11103] Fix missing ), in database_update.php
PHPBB3-11103
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/database_update.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index c605e0b0e9..0250b53a19 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -2619,6 +2619,7 @@ function change_database_data(&$no_updates, $version) 'title' => 'UCP_NOTIFICATION_LIST', 'auth' => '', 'cat' => 'UCP_MAIN', + ), // To add a category, the mode and basename must be empty // The mode is taken from the array key '' => array( |