aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-08-20 09:54:12 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-08-20 09:54:12 +0200
commit64bc658c044451c4808fac3bd5781196c604ac38 (patch)
tree726c8927c25ccd6519d50252c790a906918ebe83 /phpBB
parent6ad805713d4105372d4b4aabd8f2498662a10369 (diff)
downloadforums-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.php2
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