Fix the require path

This commit is contained in:
Lukas Reschke 2012-10-13 01:10:04 +02:00
parent d528b264a6
commit 77fbdb2ca8
1 changed files with 1 additions and 1 deletions

View File

@ -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;