mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/15975] Remove user notification data upon user deletion
PHPBB3-15975
This commit is contained in:
@@ -98,6 +98,8 @@ abstract class phpbb_console_user_base extends phpbb_database_test_case
|
||||
$phpbb_container->setParameter('tables.auth_provider_oauth_states', 'phpbb_oauth_states');
|
||||
$phpbb_container->setParameter('tables.auth_provider_oauth_account_assoc', 'phpbb_oauth_accounts');
|
||||
|
||||
$phpbb_container->setParameter('tables.user_notifications', 'phpbb_user_notifications');
|
||||
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user