"fixed bug in webdav upload, found by skyfredox(at)hotmail.com"

This commit is contained in:
Ralf Becker 2008-05-13 05:50:11 +00:00
parent 48352f6963
commit dd787255fb

View File

@ -222,7 +222,7 @@ class sqlfs_stream_wrapper implements iface_stream_wrapper
$this->opened_stream = $this->opened_path = $this->opened_mode = null; $this->opened_stream = $this->opened_path = $this->opened_mode = null;
return false; return false;
} }
$this->opened_fs_id = $stat['fs_id']; $this->opened_fs_id = $stat['ino'];
} }
// do we operate directly on the filesystem // do we operate directly on the filesystem
if ($this->operation == self::STORE2FS) if ($this->operation == self::STORE2FS)