mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue