fix archive tar include path
This commit is contained in:
parent
a9ce43de41
commit
553b1072b6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue