From b567175c8d49b774e48fe7cf632d96babb434076 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 20 Aug 2012 10:15:04 +0200 Subject: [feature/php-events] Fix doc of core.viewonline_overwrite_location PHPBB3-9550 --- phpBB/viewonline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewonline.php') 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 -- cgit v1.2.3-65-gdbad