]> source.dussan.org Git - nextcloud-server.git/commitdiff
use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'
authorJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 21 Jan 2014 11:41:10 +0000 (12:41 +0100)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 21 Jan 2014 11:41:10 +0000 (12:41 +0100)
lib/private/files.php

index e6c81d58bd21043416d340b9937ad1ae56d45c80..8ce632013cf6dc8aba00b9425ef9af6ca2334a82 100644 (file)
@@ -83,7 +83,7 @@ class OC_Files {
                        if ($basename) {
                                $name = $basename . '.zip';
                        } else {
-                               $name = 'owncloud.zip';
+                               $name = 'download.zip';
                        }
                        
                        set_time_limit($executionTime);