diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-07-28 16:55:00 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-07-28 16:55:00 +0000 |
commit | e9a811cd33f76d7ee345fe1b7275b529a3ccdebc (patch) | |
tree | 64ff0601eeef0f02742aacadae9a2fc39f66c66f | |
parent | 6a47f198ff2ae98c577a1b5d54cfc081ebd836ca (diff) | |
download | forums-e9a811cd33f76d7ee345fe1b7275b529a3ccdebc.tar forums-e9a811cd33f76d7ee345fe1b7275b529a3ccdebc.tar.gz forums-e9a811cd33f76d7ee345fe1b7275b529a3ccdebc.tar.bz2 forums-e9a811cd33f76d7ee345fe1b7275b529a3ccdebc.tar.xz forums-e9a811cd33f76d7ee345fe1b7275b529a3ccdebc.zip |
Thanks to A_Jelly_Doughnut for the patch. #31145
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8705 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 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; |