1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 00:32:57 +02:00

[ticket/13713] Introduce mention notifications for groups

PHPBB3-13713
This commit is contained in:
lavigor
2018-07-30 02:58:40 +03:00
committed by Marc Alexander
parent 0fd78c5c87
commit 27b37f3881
6 changed files with 221 additions and 42 deletions

View File

@@ -139,6 +139,8 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c
'text_formatter.s9e.mention_helper',
new \phpbb\textformatter\s9e\mention_helper(
$this->db,
$auth,
$this->user,
$phpbb_root_path,
$phpEx
)