From 43de0e7f169abc2f9669bcda4c3808e20cfe46a0 Mon Sep 17 00:00:00 2001 From: Florian Steinel Date: Sat, 22 Oct 2016 08:17:26 +0200 Subject: until we've settled on what they should be, set os_path and display_path to an emtpy string --- Zotlabs/Storage/Directory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zotlabs/Storage/Directory.php b/Zotlabs/Storage/Directory.php index b196e4d2d..5d078b04e 100644 --- a/Zotlabs/Storage/Directory.php +++ b/Zotlabs/Storage/Directory.php @@ -260,8 +260,8 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota { dbesc($f), dbesc(datetime_convert()), dbesc(datetime_convert()), - dbesc((($this->os_path) ? $this->os_path . '/' : '')), - dbesc((($this->red_path) ? $this->red_path . '/' : '')), + '', //TODO: use os_path + '', //TODO: use display_path dbesc($allow_cid), dbesc($allow_gid), dbesc($deny_cid), -- cgit v1.2.3