summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-10-30 17:14:07 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-10-30 17:14:07 +0100
commit9b293537a67fd7c85f8b0647eebfbaeea11b487b (patch)
tree6ffa95cc57222c19c0340328314dd6e4c5dddf60 /lib
parent108cdeb8924bdeeb17d1d36c6565fd47f75d84cc (diff)
parent08b46ccc17655d731c5b225f53838afd0cf3ff75 (diff)
downloadnextcloud-server-9b293537a67fd7c85f8b0647eebfbaeea11b487b.tar.gz
nextcloud-server-9b293537a67fd7c85f8b0647eebfbaeea11b487b.zip
Merge pull request #11740 from owncloud/update-archive-tar
Update pear/archive_tar to 1.3.13
Diffstat (limited to 'lib')
-rw-r--r--lib/private/archive/tar.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/archive/tar.php b/lib/private/archive/tar.php
index 31715c4778b..61b37c2542a 100644
--- a/lib/private/archive/tar.php
+++ b/lib/private/archive/tar.php
@@ -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;