diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-08-20 10:15:04 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-08-20 10:15:04 +0200 |
commit | b567175c8d49b774e48fe7cf632d96babb434076 (patch) | |
tree | bfad30d7284b437c53286bf9e5473e19f6920ac9 /phpBB/viewonline.php | |
parent | 365d95c1fee2b5e73dd16d0d741df6cc64956ed7 (diff) | |
download | forums-b567175c8d49b774e48fe7cf632d96babb434076.tar forums-b567175c8d49b774e48fe7cf632d96babb434076.tar.gz forums-b567175c8d49b774e48fe7cf632d96babb434076.tar.bz2 forums-b567175c8d49b774e48fe7cf632d96babb434076.tar.xz forums-b567175c8d49b774e48fe7cf632d96babb434076.zip |
[feature/php-events] Fix doc of core.viewonline_overwrite_location
PHPBB3-9550
Diffstat (limited to 'phpBB/viewonline.php')
-rw-r--r-- | phpBB/viewonline.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index 7d587978ed..15884a41d8 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -338,7 +338,7 @@ while ($row = $db->sql_fetchrow($result)) } /** - * Overwrite the location name and URL, which are displayed in the list + * Overwrite the location's name and URL, which are displayed in the list * * @event core.viewonline_overwrite_location * @var array on_page File name and query string |