mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
"fixed bug in webdav upload, found by skyfredox(at)hotmail.com"
This commit is contained in:
parent
48352f6963
commit
dd787255fb
@ -222,7 +222,7 @@ class sqlfs_stream_wrapper implements iface_stream_wrapper
|
||||
$this->opened_stream = $this->opened_path = $this->opened_mode = null;
|
||||
return false;
|
||||
}
|
||||
$this->opened_fs_id = $stat['fs_id'];
|
||||
$this->opened_fs_id = $stat['ino'];
|
||||
}
|
||||
// do we operate directly on the filesystem
|
||||
if ($this->operation == self::STORE2FS)
|
||||
|
Loading…
Reference in New Issue
Block a user