aboutsummaryrefslogtreecommitdiffstats
path: root/include/RedDAV/RedDirectory.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-05 16:28:10 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-05 16:28:10 -0800
commita26d8609a9d8bb9e905050f42cd20ab24a58e61d (patch)
treeb68b43716d961cb97b46d35a1d238046b74bd937 /include/RedDAV/RedDirectory.php
parent001e4276d31149e07cef31e468dcc1e227e0eda9 (diff)
downloadvolse-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.php2
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),