From e549b7663da47d7518b93074e513c7e1d034bf52 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Mon, 29 Oct 2012 18:09:20 -0500 Subject: [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 --- tests/mock/notification_manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mock/notification_manager.php') diff --git a/tests/mock/notification_manager.php b/tests/mock/notification_manager.php index 388be3a28c..47fe30730f 100644 --- a/tests/mock/notification_manager.php +++ b/tests/mock/notification_manager.php @@ -70,7 +70,7 @@ class phpbb_mock_notification_manager } - public function get_subscriptions() + public function get_global_subscriptions() { return array(); } -- cgit v1.2.1