summaryrefslogtreecommitdiffstats
path: root/lib/archive/tar.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/archive/tar.php')
-rw-r--r--lib/archive/tar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/archive/tar.php b/lib/archive/tar.php
index 117d88e5f42..e7c81389619 100644
--- a/lib/archive/tar.php
+++ b/lib/archive/tar.php
@@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
-require_once 'Archive/Tar.php';
+require_once OC::$THIRDPARTYROOT . '/3rdparty/Archive/Tar.php';
class OC_Archive_TAR extends OC_Archive{
const PLAIN=0;