]> 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:31:36 +0000 (12:31 +0100)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 21 Jan 2014 11:31:36 +0000 (12:31 +0100)
lib/files.php

index b314edbf3435fd46158b62a116b93fe2a2d46840..534ffb9d47069d0d8ddbc09131fa8df55f02aac6 100644 (file)
@@ -82,7 +82,7 @@ class OC_Files {
                        if ($basename) {
                                $name = $basename . '.zip';
                        } else {
-                               $name = 'owncloud.zip';
+                               $name = 'download.zip';
                        }
                        
                        set_time_limit($executionTime);