diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-15 10:19:02 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-15 10:19:02 -0600 |
commit | 418988495ba4342e07a38eeffcdf309021b8e727 (patch) | |
tree | 27f986e7ec9f14f3da99af0695b5ec82ab803cd4 /phpBB | |
parent | 7cf673f0dbdc689eedf0c515f08c6739bc463866 (diff) | |
parent | 25895bd5c3dc0749c8f7e5f7560752e936e66df7 (diff) | |
download | forums-418988495ba4342e07a38eeffcdf309021b8e727.tar forums-418988495ba4342e07a38eeffcdf309021b8e727.tar.gz forums-418988495ba4342e07a38eeffcdf309021b8e727.tar.bz2 forums-418988495ba4342e07a38eeffcdf309021b8e727.tar.xz forums-418988495ba4342e07a38eeffcdf309021b8e727.zip |
Merge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103
* 'ticket/11103' of github.com:EXreaction/phpbb3:
[ticket/11103] Fix missing ), in database_update.php
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( |