1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-15 05:14:28 +02:00

[ticket/16411] Add vars to notification core events

Added missing `since 3.3.1-RC1`.

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

View File

@ -363,6 +363,7 @@ if ($module->is_active('zebra', 'friends'))
* @var array sql_ary SQL query array for listing of friends
*
* @since 3.2.10-RC1
* @since 3.3.1-RC1
*/
$vars = [
'sql_ary',
@ -393,6 +394,7 @@ if ($module->is_active('zebra', 'friends'))
* @var string which friend is 'online' or 'offline'
*
* @since 3.2.10-RC1
* @since 3.3.1-RC1
*/
$vars = [
'row',

View File

@ -723,6 +723,7 @@ if (count($topic_list))
* @var array sql_array SQL query array for obtaining topics/stickies
*
* @since 3.2.10-RC1
* @since 3.3.1-RC1
*/
$vars = [
'forum_id',