mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11103] UCP Notification List
PHPBB3-11103
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user