mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Fix the require path
This commit is contained in:
parent
0966f1358b
commit
b5403de5e5
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 '3rdparty/Archive/Tar.php';
|
||||
|
||||
class OC_Archive_TAR extends OC_Archive{
|
||||
const PLAIN=0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue