From f14ca6df6fb6051a20ca9a1b53463581ba0c32ea Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 9 Jan 2014 15:48:32 -0800 Subject: [PATCH] [ticket/12104] Update the event's doc block to reflect new variable PHPBB3-12104 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 1ea6c08aa6..9a229a0770 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -569,7 +569,7 @@ if (sizeof($shadow_topic_list)) * Event to modify the SQL query before the shadowtopic data is retrieved * * @event core.viewforum_get_shadowtopic_data - * @var string sql The SQL string to get the data of any shadowtopics + * @var array sql_array SQL array to get the data of any shadowtopics * @since 3.1-A1 */ $vars = array('sql_array');