1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-03 22:27:54 +02:00

[ticket/12104] Update the event's doc block to reflect new variable

PHPBB3-12104
This commit is contained in:
Matt Friedman 2014-01-09 15:48:32 -08:00
parent c2c677d4f2
commit f14ca6df6f

View File

@ -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');