1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-12 18:45:20 +02:00

Merge teach viewonline about download/file

git-svn-id: file:///svn/phpbb/trunk@8717 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2008-07-29 14:58:49 +00:00
parent be1849a901
commit 4580ca9683

View File

@ -305,7 +305,7 @@ while ($row = $db->sql_fetchrow($result))
$location_url = append_sid('index');
break;
case 'download':
case 'download/file':
$location = $user->lang['DOWNLOADING_FILE'];
$location_url = append_sid('index');
break;