fix archive tar include path

This commit is contained in:
Robin Appelman 2012-10-31 00:04:43 +01:00
parent a9ce43de41
commit 553b1072b6

View file

@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
require_once '3rdparty/Archive/Tar.php';
require_once 'Archive/Tar.php';
class OC_Archive_TAR extends OC_Archive{
const PLAIN=0;