diff --git a/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php b/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php index 788773f44b..bd66e41eaf 100644 --- a/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php +++ b/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php @@ -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)