1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-07 08:05:25 +02:00

[feature/php-events] Fix doc of core.viewtopic_get_post_data

PHPBB3-9550
This commit is contained in:
Joas Schilling 2012-08-20 09:54:12 +02:00
parent 6ad805713d
commit 64bc658c04

View File

@ -988,7 +988,7 @@ $sql_ary = array(
); );
/** /**
* Event to modify the SQL query before the post and poster data is queried * Event to modify the SQL query before the post and poster data is retrieved
* *
* @event core.viewtopic_get_post_data * @event core.viewtopic_get_post_data
* @var array sql_ary The SQL array to get the data of posts and posters * @var array sql_ary The SQL array to get the data of posts and posters