diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-08-20 09:52:35 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-08-20 09:52:35 +0200 |
commit | 6ad805713d4105372d4b4aabd8f2498662a10369 (patch) | |
tree | 25baf81962fb95beee20b54bfca1e05fda82431e /phpBB/viewtopic.php | |
parent | 90ed6e734d7a8587e73fb0e37251982adc8d10ab (diff) | |
download | forums-6ad805713d4105372d4b4aabd8f2498662a10369.tar forums-6ad805713d4105372d4b4aabd8f2498662a10369.tar.gz forums-6ad805713d4105372d4b4aabd8f2498662a10369.tar.bz2 forums-6ad805713d4105372d4b4aabd8f2498662a10369.tar.xz forums-6ad805713d4105372d4b4aabd8f2498662a10369.zip |
[feature/php-events] Fix doc of core.viewtopic_cache_guest_data
PHPBB3-9550
Diffstat (limited to 'phpBB/viewtopic.php')
-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 43aacbff0c..1da962bbaa 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1109,7 +1109,7 @@ while ($row = $db->sql_fetchrow($result)) ); /** - * Modify the guests user data displayed with the posts + * Modify the guest user's data displayed with the posts * * @event core.viewtopic_cache_guest_data * @var array user_cache_data Array with the user's data |