From 28a72e0e3c25ecf8cc5ab61a4398ab687072b203 Mon Sep 17 00:00:00 2001 From: Sam Tuke Date: Tue, 19 Jun 2012 19:42:40 +0100 Subject: Fixed deleteAll function for deleting all old versions of files (expireAll) Added new readdir() method to all storage classes and handlers (only working implementation in local.php) --- apps/files_archive/lib/storage.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files_archive') diff --git a/apps/files_archive/lib/storage.php b/apps/files_archive/lib/storage.php index 86761663611..2f10d6a3e4e 100644 --- a/apps/files_archive/lib/storage.php +++ b/apps/files_archive/lib/storage.php @@ -49,6 +49,7 @@ class OC_Filestorage_Archive extends OC_Filestorage_Common{ OC_FakeDirStream::$dirs[$id]=$content; return opendir('fakedir://'.$id); } + public function readdir($path){} public function stat($path){ $ctime=filectime($this->path); $path=$this->stripPath($path); -- cgit v1.2.3