1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/16411] Add vars to notification core events

PHPBB3-16411
This commit is contained in:
Dark❶ 2020-04-22 10:32:29 +05:30
parent 2c0509a5c7
commit e0a7676c3f
No known key found for this signature in database
GPG Key ID: FAE32A15F9132DE8
2 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class ucp_notifications
* @var array subscriptions The subscriptions data
*
* @since 3.2.10-RC1
* @since 3.3.1-RC1
*/
$vars = [
'type_data',
@ -233,6 +234,7 @@ class ucp_notifications
* @var array subscriptions The subscriptions data
*
* @since 3.2.10-RC1
* @since 3.3.1-RC1
*/
$vars = [
'type_data',

View File

@ -350,6 +350,7 @@ class manager
* @var array notify_users User list to notify
*
* @since 3.2.10-RC1
* @since 3.3.1-RC1
*/
$vars = [
'notification_type_name',