diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index fba2bca69a..6ac50322ab 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -305,7 +305,7 @@ while ($row = $db->sql_fetchrow($result)) $location_url = append_sid("{$phpbb_root_path}index.$phpEx"); break; - case 'download': + case 'download/file': $location = $user->lang['DOWNLOADING_FILE']; $location_url = append_sid("{$phpbb_root_path}index.$phpEx"); break;