Skip to content
Snippets Groups Projects
Commit 758ebe04 authored by Robin Appelman's avatar Robin Appelman
Browse files

don't report ctime in the archive storage backend since it isn't reliable

parent 7f6a037b
Branches
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ class OC_Filestorage_Archive extends OC_Filestorage_Common{
return opendir('fakedir://'.$id);
}
public function stat($path){
$ctime=filectime($this->path);
$ctime=-1;
$path=$this->stripPath($path);
if($path==''){
$stat=stat($this->path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment