]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update pear/archive_tar to 1.3.13
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 23 Oct 2014 13:51:01 +0000 (15:51 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 30 Oct 2014 15:10:00 +0000 (16:10 +0100)
3rdparty
lib/private/archive/tar.php

index 24a1c13088119fd070a3233b47457b60426418fa..7534a6a2b7549cc5db0a7f32749d962bfe9b2d3d 160000 (submodule)
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit 24a1c13088119fd070a3233b47457b60426418fa
+Subproject commit 7534a6a2b7549cc5db0a7f32749d962bfe9b2d3d
index 31715c4778b53e7b2f1fb62b0cceef01c1432d48..61b37c2542a86f9d35be76b2e74be97ffcd5d5b1 100644 (file)
@@ -6,8 +6,6 @@
  * See the COPYING-README file.
  */
 
-require_once OC::$THIRDPARTYROOT . '/3rdparty/Archive/Tar.php';
-
 class OC_Archive_TAR extends OC_Archive {
        const PLAIN = 0;
        const GZIP = 1;