diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-08-20 09:54:12 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-08-20 09:54:12 +0200 |
commit | 64bc658c044451c4808fac3bd5781196c604ac38 (patch) | |
tree | 726c8927c25ccd6519d50252c790a906918ebe83 /phpBB | |
parent | 6ad805713d4105372d4b4aabd8f2498662a10369 (diff) | |
download | forums-64bc658c044451c4808fac3bd5781196c604ac38.tar forums-64bc658c044451c4808fac3bd5781196c604ac38.tar.gz forums-64bc658c044451c4808fac3bd5781196c604ac38.tar.bz2 forums-64bc658c044451c4808fac3bd5781196c604ac38.tar.xz forums-64bc658c044451c4808fac3bd5781196c604ac38.zip |
[feature/php-events] Fix doc of core.viewtopic_get_post_data
PHPBB3-9550
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 1da962bbaa..c0dd800a99 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -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 |