mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
"fixed bug in webdav upload, found by skyfredox(at)hotmail.com"
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user