From a26d8609a9d8bb9e905050f42cd20ab24a58e61d Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 5 Nov 2015 16:28:10 -0800 Subject: handle old files with partial paths --- include/RedDAV/RedDirectory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/RedDAV/RedDirectory.php') 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), -- cgit v1.2.3