diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-05 16:28:10 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-05 16:28:10 -0800 |
commit | a26d8609a9d8bb9e905050f42cd20ab24a58e61d (patch) | |
tree | b68b43716d961cb97b46d35a1d238046b74bd937 /include/RedDAV/RedDirectory.php | |
parent | 001e4276d31149e07cef31e468dcc1e227e0eda9 (diff) | |
download | volse-hubzilla-a26d8609a9d8bb9e905050f42cd20ab24a58e61d.tar.gz volse-hubzilla-a26d8609a9d8bb9e905050f42cd20ab24a58e61d.tar.bz2 volse-hubzilla-a26d8609a9d8bb9e905050f42cd20ab24a58e61d.zip |
handle old files with partial paths
Diffstat (limited to 'include/RedDAV/RedDirectory.php')
-rw-r--r-- | include/RedDAV/RedDirectory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/RedDAV/RedDirectory.php b/include/RedDAV/RedDirectory.php index 507fde46f..87bdf8f13 100644 --- a/include/RedDAV/RedDirectory.php +++ b/include/RedDAV/RedDirectory.php @@ -251,7 +251,7 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota { intval($filesize), intval(0), intval($is_photo), - dbesc($this->os_path . '/' . $hash), + dbesc($f), dbesc(datetime_convert()), dbesc(datetime_convert()), dbesc($allow_cid), |