Merge branch 'zipstreamer-0.7' of https://github.com/McNetic/owncloud_core into McNetic-zipstreamer-0.7
This commit is contained in:
commit
eb41a4da7f
2
3rdparty
2
3rdparty
|
@ -1 +1 @@
|
|||
Subproject commit b94f7d38f6e13825fd34c7113827d3c369a689ad
|
||||
Subproject commit 6b6575b04c01e30e5f38dbb373fd5166cce0ef54
|
|
@ -40,9 +40,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// TODO: get rid of this using proper composer packages
|
||||
require_once 'mcnetic/phpzipstreamer/ZipStreamer.php';
|
||||
|
||||
use OC\Lock\NoopLockingProvider;
|
||||
use OCP\Lock\ILockingProvider;
|
||||
|
||||
|
@ -121,7 +118,7 @@ class OC_Files {
|
|||
if ($get_type === self::FILE) {
|
||||
$zip = false;
|
||||
} else {
|
||||
$zip = new ZipStreamer(false);
|
||||
$zip = new ZipStreamer\ZipStreamer();
|
||||
}
|
||||
OC_Util::obEnd();
|
||||
|
||||
|
|
Loading…
Reference in New Issue