[Pkg-owncloud-commits] [owncloud] 10/42: use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'
David Prévot
taffit at moszumanska.debian.org
Wed Jan 22 21:21:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 0b11762b1c9bc24f16ac2238557e78e802e2c2b9
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Tue Jan 21 12:41:10 2014 +0100
use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'
---
lib/private/files.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/files.php b/lib/private/files.php
index e6c81d5..8ce6320 100644
--- a/lib/private/files.php
+++ b/lib/private/files.php
@@ -83,7 +83,7 @@ class OC_Files {
if ($basename) {
$name = $basename . '.zip';
} else {
- $name = 'owncloud.zip';
+ $name = 'download.zip';
}
set_time_limit($executionTime);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list