diff options
Diffstat (limited to 'lib/archive.php')
-rw-r--r-- | lib/archive.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/archive.php b/lib/archive.php index fabd7cc7a51..5ac4edbfd1e 100644 --- a/lib/archive.php +++ b/lib/archive.php @@ -28,7 +28,7 @@ abstract class OC_Archive{ return new OC_Archive_TAR($path); } } - + abstract function __construct($source); /** * add an empty folder to the archive |