mirror of
https://github.com/nextcloud/server.git
synced 2026-03-18 16:45:22 -04:00
Merge pull request #11740 from owncloud/update-archive-tar
Update pear/archive_tar to 1.3.13
This commit is contained in:
commit
9b293537a6
2 changed files with 1 additions and 3 deletions
2
3rdparty
2
3rdparty
|
|
@ -1 +1 @@
|
|||
Subproject commit 24a1c13088119fd070a3233b47457b60426418fa
|
||||
Subproject commit 7534a6a2b7549cc5db0a7f32749d962bfe9b2d3d
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue