until we've settled on what they should be, set os_path and display_path to an emtpy string

This commit is contained in:
Florian Steinel 2016-10-22 08:17:26 +02:00 committed by Florian Steinel
parent f84530c285
commit 43de0e7f16

View File

@ -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),