[Pkg-owncloud-commits] [owncloud] 32/67: Fix the require path

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:10:37 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.1
in repository owncloud.

commit b5403de5e5116e04ceae4448c2a68e5f5ba0ae26
Author: Lukas Reschke <lukas at statuscode.ch>
Date:   Sat Oct 13 01:10:04 2012 +0200

    Fix the require path
---
 lib/archive/tar.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/archive/tar.php b/lib/archive/tar.php
index 7a47802..86d39b8 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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list