mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 19:32:28 -04:00
Merge pull request #6862 from owncloud/neutral_download_zip_default_name_stable6
use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'
This commit is contained in:
commit
98db90ba70
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class OC_Files {
|
|||
if ($basename) {
|
||||
$name = $basename . '.zip';
|
||||
} else {
|
||||
$name = 'owncloud.zip';
|
||||
$name = 'download.zip';
|
||||
}
|
||||
|
||||
set_time_limit($executionTime);
|
||||
|
|
|
|||
Loading…
Reference in a new issue