mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11103] Set basic notifications to be enabled by default
Now, if there is no row for the user in the user_notifications table, the user will receive basic notifications. If the user wishes to not receive notifications, a row must be added with notify = 0. For other methods besides the basic (e.g. email, jabber) a row must still be added with notify = 1 for them to receive notifications PHPBB3-11103
This commit is contained in:
@@ -70,7 +70,7 @@ class phpbb_mock_notification_manager
|
||||
}
|
||||
|
||||
|
||||
public function get_subscriptions()
|
||||
public function get_global_subscriptions()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
Reference in New Issue
Block a user