Browse Source

Fix the require path

remotes/origin/stable5
Lukas Reschke 14 years ago
parent
commit
77fbdb2ca8
  1. 2
      lib/archive/tar.php

2
lib/archive/tar.php

@ -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…
Cancel
Save