mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14754] Use dedicated table to stop receiving notifications
PHPBB3-14754
This commit is contained in:
committed by
Marc Alexander
parent
a3e0117ff0
commit
f3664b07d2
@@ -103,11 +103,7 @@ abstract class phpbb_tests_notification_base extends phpbb_database_test_case
|
||||
$phpbb_container->setParameter('tables.notifications', 'phpbb_notifications');
|
||||
$phpbb_container->setParameter('tables.user_notifications', 'phpbb_user_notifications');
|
||||
$phpbb_container->setParameter('tables.notification_types', 'phpbb_notification_types');
|
||||
$phpbb_container->setParameter('tables.topics_watch', 'phpbb_topics_watch');
|
||||
$phpbb_container->setParameter('tables.topics_track', 'phpbb_topics_track');
|
||||
$phpbb_container->setParameter('tables.posts', 'phpbb_posts');
|
||||
$phpbb_container->setParameter('tables.forums_watch', 'phpbb_forums_watch');
|
||||
$phpbb_container->setParameter('tables.forums_track', 'phpbb_forums_track');
|
||||
$phpbb_container->setParameter('tables.email_notifications', 'phpbb_email_notifications');
|
||||
|
||||
$this->notifications = new phpbb_notification_manager_helper(
|
||||
array(),
|
||||
|
Reference in New Issue
Block a user