Merge pull request #11740 from owncloud/update-archive-tar

Update pear/archive_tar to 1.3.13
This commit is contained in:
Thomas Müller 2014-10-30 17:14:07 +01:00
commit 9b293537a6
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit 24a1c13088119fd070a3233b47457b60426418fa
Subproject commit 7534a6a2b7549cc5db0a7f32749d962bfe9b2d3d

View 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;