diff options
author | Florian Steinel <fsteinel@gentoo.de.flonet.net> | 2016-10-22 08:17:26 +0200 |
---|---|---|
committer | Florian Steinel <root@hub.toppoint.de> | 2016-10-22 08:17:26 +0200 |
commit | 43de0e7f169abc2f9669bcda4c3808e20cfe46a0 (patch) | |
tree | 420dd8eed57c449d4db7ec859b832e9513f35f97 /Zotlabs/Storage | |
parent | f84530c285cf8bbb1f820614a20e698a388111c0 (diff) | |
download | volse-hubzilla-43de0e7f169abc2f9669bcda4c3808e20cfe46a0.tar.gz volse-hubzilla-43de0e7f169abc2f9669bcda4c3808e20cfe46a0.tar.bz2 volse-hubzilla-43de0e7f169abc2f9669bcda4c3808e20cfe46a0.zip |
until we've settled on what they should be, set os_path and display_path to an emtpy string
Diffstat (limited to 'Zotlabs/Storage')
-rw-r--r-- | Zotlabs/Storage/Directory.php | 4 |
1 files 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), |