From e634d2902dbc22b7a611a5d494a2094565b5b235 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Wed, 14 Oct 2015 22:50:50 -0700 Subject: [ticket/12616] Remove report notifications when post is deleted/disapproved. PHPBB3-12616 --- phpBB/includes/functions_admin.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/includes/functions_admin.php') 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', ); /** -- cgit v1.2.1