mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 16:15:22 +02:00
[ticket/12104] Update the event's doc block to reflect new variable
PHPBB3-12104
This commit is contained in:
parent
c2c677d4f2
commit
f14ca6df6f
@ -569,7 +569,7 @@ if (sizeof($shadow_topic_list))
|
|||||||
* Event to modify the SQL query before the shadowtopic data is retrieved
|
* Event to modify the SQL query before the shadowtopic data is retrieved
|
||||||
*
|
*
|
||||||
* @event core.viewforum_get_shadowtopic_data
|
* @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
|
* @since 3.1-A1
|
||||||
*/
|
*/
|
||||||
$vars = array('sql_array');
|
$vars = array('sql_array');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user