[ticket/12616] Remove report notifications when post is deleted/disapproved.

PHPBB3-12616
This commit is contained in:
Cesar G 2015-10-14 22:50:50 -07:00
parent 240d07d0cf
commit e634d2902d

View file

@ -829,6 +829,7 @@ function delete_posts($where_type, $where_ids, $auto_sync = true, $posted_sync =
'notification.type.quote', 'notification.type.quote',
'notification.type.approve_post', 'notification.type.approve_post',
'notification.type.post_in_queue', 'notification.type.post_in_queue',
'notification.type.report_post',
); );
/** /**