diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-13 20:02:38 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-13 20:02:38 -0500 |
| commit | cb937841269017d13058208378e4c9ad79718c6e (patch) | |
| tree | a06976422960e53a5e5f76a95583780349ce57f1 /phpBB/install/database_update.php | |
| parent | 441e389123e4701c7166765cca617f3bc305e0ba (diff) | |
| download | forums-cb937841269017d13058208378e4c9ad79718c6e.tar forums-cb937841269017d13058208378e4c9ad79718c6e.tar.gz forums-cb937841269017d13058208378e4c9ad79718c6e.tar.bz2 forums-cb937841269017d13058208378e4c9ad79718c6e.tar.xz forums-cb937841269017d13058208378e4c9ad79718c6e.zip | |
[ticket/11103] UCP Notification List
PHPBB3-11103
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 76af67545a..958db6b531 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -2465,13 +2465,20 @@ function change_database_data(&$no_updates, $version) 'auth' => '', 'cat' => 'UCP_PROFILE', ), - 'notifications' => array( + 'notification_options' => array( 'base' => 'ucp_notifications', 'class' => 'ucp', 'title' => 'UCP_NOTIFICATION_OPTIONS', 'auth' => '', 'cat' => 'UCP_PREFS', ), + 'notification_list' => array( + 'base' => 'ucp_notifications', + 'class' => 'ucp', + 'title' => 'UCP_NOTIFICATION_LIST', + 'auth' => '', + 'cat' => 'UCP_MAIN', + ), ); _add_modules($modules_to_install); |
