Merge pull request #1439 from owncloud/fix-archive-tar-on-win32-master

quick fixing this require_once.
This commit is contained in:
Thomas Müller 2013-02-08 10:18:49 -08:00
commit 12bdc6ddb6
1 changed files with 1 additions and 1 deletions

View File

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