Merge pull request #1439 from owncloud/fix-archive-tar-on-win32-master
quick fixing this require_once.
This commit is contained in:
commit
12bdc6ddb6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue