summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/sharedstorage.php
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2012-06-19 19:42:40 +0100
committerSam Tuke <samtuke@owncloud.com>2012-06-19 19:42:40 +0100
commit28a72e0e3c25ecf8cc5ab61a4398ab687072b203 (patch)
treec1d3a0f381e1fb6202f282f09d15ffb698d33d17 /apps/files_sharing/sharedstorage.php
parentf11e4d7cd6c5cae9a0be52dff0bb2f32e20e7099 (diff)
downloadnextcloud-server-28a72e0e3c25ecf8cc5ab61a4398ab687072b203.tar.gz
nextcloud-server-28a72e0e3c25ecf8cc5ab61a4398ab687072b203.zip
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)
Diffstat (limited to 'apps/files_sharing/sharedstorage.php')
-rw-r--r--apps/files_sharing/sharedstorage.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/sharedstorage.php b/apps/files_sharing/sharedstorage.php
index 1a6942ad160..9174334383c 100644
--- a/apps/files_sharing/sharedstorage.php
+++ b/apps/files_sharing/sharedstorage.php
@@ -139,6 +139,8 @@ class OC_Filestorage_Shared extends OC_Filestorage {
}
}
+ public function readdir( $path ) {}
+
public function is_dir($path) {
if ($path == "" || $path == "/") {
return true;