aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-03-10 16:47:15 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-03-10 16:47:15 +0100
commit2975566650b6eeeac57b215b6448b5fc12b8fc5d (patch)
tree3240eb424cbd1d1e26634c790092928656a45ba5 /phpBB/includes/functions_user.php
parentf2e39f7edd05b5d5fc0f7dd14f7b58126e59e3c1 (diff)
parente315ea90b8f0d5763cd657090cadc99f221e8b44 (diff)
downloadforums-2975566650b6eeeac57b215b6448b5fc12b8fc5d.tar
forums-2975566650b6eeeac57b215b6448b5fc12b8fc5d.tar.gz
forums-2975566650b6eeeac57b215b6448b5fc12b8fc5d.tar.bz2
forums-2975566650b6eeeac57b215b6448b5fc12b8fc5d.tar.xz
forums-2975566650b6eeeac57b215b6448b5fc12b8fc5d.zip
Merge pull request #5539 from 3D-I/ticket/15975
[ticket/15975] Remove user notification data upon user deletion
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 5372a28d18..5f2dea3b94 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -692,7 +692,8 @@ function user_delete($mode, $user_ids, $retain_username = true)
PRIVMSGS_RULES_TABLE,
$phpbb_container->getParameter('tables.auth_provider_oauth_token_storage'),
$phpbb_container->getParameter('tables.auth_provider_oauth_states'),
- $phpbb_container->getParameter('tables.auth_provider_oauth_account_assoc')
+ $phpbb_container->getParameter('tables.auth_provider_oauth_account_assoc'),
+ $phpbb_container->getParameter('tables.user_notifications')
];
// Ignore errors on deleting from non-existent tables, e.g. when migrating