aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-15 11:01:59 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-15 11:01:59 +0200
commitbc6a4c45838500e6f68f79d853762711452899a2 (patch)
tree682019f78c09f3c16953b1b5768d13a84d5fd47f /phpBB/includes/functions_admin.php
parent240d07d0cf82604fca83c506afdb20ffa3ec9261 (diff)
parente634d2902dbc22b7a611a5d494a2094565b5b235 (diff)
downloadforums-bc6a4c45838500e6f68f79d853762711452899a2.tar
forums-bc6a4c45838500e6f68f79d853762711452899a2.tar.gz
forums-bc6a4c45838500e6f68f79d853762711452899a2.tar.bz2
forums-bc6a4c45838500e6f68f79d853762711452899a2.tar.xz
forums-bc6a4c45838500e6f68f79d853762711452899a2.zip
Merge pull request #3984 from prototech/ticket/12616
[ticket/12616] Remove report notifications when post is deleted/disapproved.
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php1
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',
);
/**