1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

@@ -2399,6 +2399,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll_ary, &$data
'notification.type.quote',
'notification.type.bookmark',
'notification.type.post',
'notification.type.forum',
), $notification_data);
break;
@@ -2417,6 +2418,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll_ary, &$data
'notification.type.bookmark',
'notification.type.topic',
'notification.type.post',
'notification.type.forum',
), $notification_data);
break;
}