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

[ticket/14754] Only one email notification per topic

PHPBB3-14754
This commit is contained in:
Jakub Senko
2018-09-04 14:23:55 +02:00
committed by Marc Alexander
parent b732b4d8c8
commit a3e0117ff0
6 changed files with 101 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ interface method_interface
/**
* Return the list of the users already notified
*
* @param int $notification_type_id Type of the notification
* @param int $notification_type_id ID of the notification type
* @param array $options
* @return array User
*/