[Pkg-owncloud-commits] [owncloud] 09/66: use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'

David Prévot taffit at moszumanska.debian.org
Fri Apr 18 22:49:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v5.0.15
in repository owncloud.

commit 35d423d59d0a7592321a0a50fccc6fefdc24b0be
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Tue Jan 21 12:31:36 2014 +0100

    use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'
---
 lib/files.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/files.php b/lib/files.php
index b314edb..534ffb9 100644
--- a/lib/files.php
+++ b/lib/files.php
@@ -82,7 +82,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