diff options
author | Cesar G <prototech91@gmail.com> | 2015-10-14 22:50:50 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-10-14 22:50:50 -0700 |
commit | e634d2902dbc22b7a611a5d494a2094565b5b235 (patch) | |
tree | 682019f78c09f3c16953b1b5768d13a84d5fd47f /phpBB/includes | |
parent | 240d07d0cf82604fca83c506afdb20ffa3ec9261 (diff) | |
download | forums-e634d2902dbc22b7a611a5d494a2094565b5b235.tar forums-e634d2902dbc22b7a611a5d494a2094565b5b235.tar.gz forums-e634d2902dbc22b7a611a5d494a2094565b5b235.tar.bz2 forums-e634d2902dbc22b7a611a5d494a2094565b5b235.tar.xz forums-e634d2902dbc22b7a611a5d494a2094565b5b235.zip |
[ticket/12616] Remove report notifications when post is deleted/disapproved.
PHPBB3-12616
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index 35a67b8ae3..33cf55cc0b 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -829,6 +829,7 @@ function delete_posts($where_type, $where_ids, $auto_sync = true, $posted_sync = 'notification.type.quote', 'notification.type.approve_post', 'notification.type.post_in_queue', + 'notification.type.report_post', ); /** |