diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-10-13 01:10:04 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-10-13 01:10:04 +0200 |
commit | 77fbdb2ca8e31b9d930933a7d204a803d58ddf0a (patch) | |
tree | 150f9c0156efe086afb887d6653236ebd70171da /lib/archive | |
parent | d528b264a67e6c33e378bfe46557f3fe5553a211 (diff) | |
download | nextcloud-server-77fbdb2ca8e31b9d930933a7d204a803d58ddf0a.tar.gz nextcloud-server-77fbdb2ca8e31b9d930933a7d204a803d58ddf0a.zip |
Fix the require path
Diffstat (limited to 'lib/archive')
-rw-r--r-- | lib/archive/tar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/archive/tar.php b/lib/archive/tar.php index 7a47802bc34..86d39b88968 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 '3rdparty/Archive/Tar.php'; class OC_Archive_TAR extends OC_Archive{ const PLAIN=0; |