1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/16544] Use forum_notify.txt for forum subscription email notifications

PHPBB3-16544
This commit is contained in:
rxu
2020-07-01 13:26:35 +07:00
parent 0d3dd61ad4
commit aa76f6b9f2
7 changed files with 161 additions and 13 deletions

View File

@@ -135,7 +135,7 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c
$phpbb_container->compile();
// Notification Types
$notification_types = array('quote', 'bookmark', 'post', 'post_in_queue', 'topic', 'topic_in_queue', 'approve_topic', 'approve_post');
$notification_types = array('quote', 'bookmark', 'post', 'post_in_queue', 'topic', 'topic_in_queue', 'approve_topic', 'approve_post', 'forum');
$notification_types_array = array();
foreach ($notification_types as $type)
{