summaryrefslogtreecommitdiffstats
path: root/apps/files_archive/lib/storage.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_archive/lib/storage.php')
-rw-r--r--apps/files_archive/lib/storage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_archive/lib/storage.php b/apps/files_archive/lib/storage.php
index 86761663611..0723ae08ccf 100644
--- a/apps/files_archive/lib/storage.php
+++ b/apps/files_archive/lib/storage.php
@@ -78,10 +78,10 @@ class OC_Filestorage_Archive extends OC_Filestorage_Common{
return $this->archive->fileExists($path.'/')?'dir':'file';
}
}
- public function is_readable($path){
+ public function isReadable($path){
return is_readable($this->path);
}
- public function is_writable($path){
+ public function isUpdatable($path){
return is_writable($this->path);
}
public function file_exists($path){