mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
don't report ctime in the archive storage backend since it isn't reliable
This commit is contained in:
parent
7f6a037b8c
commit
758ebe0446
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user