mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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
This commit is contained in:
commit
418988495b
1 changed files with 1 additions and 0 deletions
|
@ -2619,6 +2619,7 @@ function change_database_data(&$no_updates, $version)
|
||||||
'title' => 'UCP_NOTIFICATION_LIST',
|
'title' => 'UCP_NOTIFICATION_LIST',
|
||||||
'auth' => '',
|
'auth' => '',
|
||||||
'cat' => 'UCP_MAIN',
|
'cat' => 'UCP_MAIN',
|
||||||
|
),
|
||||||
// To add a category, the mode and basename must be empty
|
// To add a category, the mode and basename must be empty
|
||||||
// The mode is taken from the array key
|
// The mode is taken from the array key
|
||||||
'' => array(
|
'' => array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue