fix archive tar include path

remotes/origin/stable5
Robin Appelman 2012-10-31 00:04:43 +07:00
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;