mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/php-events] Fix doc of core.viewtopic_get_post_data
PHPBB3-9550
This commit is contained in:
parent
6ad805713d
commit
64bc658c04
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
* @var array sql_ary The SQL array to get the data of posts and posters
|
||||
|
|
Loading…
Add table
Reference in a new issue