Skip to content
Snippets Groups Projects
Commit 4c3d4f7d authored by Thomas Müller's avatar Thomas Müller Committed by Bart Visscher
Browse files

quick fixing this require_once.

On windows the wrong file will be required: lib/archive/tar.php and not Archive/Tar.php.

Best would be to rename the lib/archive/tar.php or put it into a different folder
parent 04b97a19
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment