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:
parent
be1849a901
commit
4580ca9683
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user