diff options
author | Matt Friedman <maf675@gmail.com> | 2014-01-09 15:48:32 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-01-09 15:48:32 -0800 |
commit | f14ca6df6fb6051a20ca9a1b53463581ba0c32ea (patch) | |
tree | 588e7fc99501f9c853140a2302e8dbf01263824f | |
parent | c2c677d4f2a6bbaf4b06e7adb6837693673d0b65 (diff) | |
download | forums-f14ca6df6fb6051a20ca9a1b53463581ba0c32ea.tar forums-f14ca6df6fb6051a20ca9a1b53463581ba0c32ea.tar.gz forums-f14ca6df6fb6051a20ca9a1b53463581ba0c32ea.tar.bz2 forums-f14ca6df6fb6051a20ca9a1b53463581ba0c32ea.tar.xz forums-f14ca6df6fb6051a20ca9a1b53463581ba0c32ea.zip |
[ticket/12104] Update the event's doc block to reflect new variable
PHPBB3-12104
-rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |