From e0a7676c3f9855684e7466b22c28a83b1bc053d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dark=E2=9D=B6?= Date: Wed, 22 Apr 2020 10:32:29 +0530 Subject: [PATCH] [ticket/16411] Add vars to notification core events PHPBB3-16411 --- phpBB/includes/ucp/ucp_notifications.php | 2 ++ phpBB/phpbb/notification/manager.php | 1 + 2 files changed, 3 insertions(+) diff --git a/phpBB/includes/ucp/ucp_notifications.php b/phpBB/includes/ucp/ucp_notifications.php index df0418e483..7a46d3e5aa 100644 --- a/phpBB/includes/ucp/ucp_notifications.php +++ b/phpBB/includes/ucp/ucp_notifications.php @@ -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', diff --git a/phpBB/phpbb/notification/manager.php b/phpBB/phpbb/notification/manager.php index 2d6d081d33..ace08e6cf6 100644 --- a/phpBB/phpbb/notification/manager.php +++ b/phpBB/phpbb/notification/manager.php @@ -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',