mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 23:21:33 +02:00
[ticket/11103] UCP Notifications module added to db updater
PHPBB3-11103
This commit is contained in:
@@ -2465,6 +2465,13 @@ function change_database_data(&$no_updates, $version)
|
|||||||
'auth' => '',
|
'auth' => '',
|
||||||
'cat' => 'UCP_PROFILE',
|
'cat' => 'UCP_PROFILE',
|
||||||
),
|
),
|
||||||
|
'notification_options' => array(
|
||||||
|
'base' => 'ucp_notification_options',
|
||||||
|
'class' => 'ucp',
|
||||||
|
'title' => 'UCP_NOTIFICATION_OPTIONS',
|
||||||
|
'auth' => '',
|
||||||
|
'cat' => 'UCP_MAIN',
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
_add_modules($modules_to_install);
|
_add_modules($modules_to_install);
|
||||||
|
Reference in New Issue
Block a user