This commit is contained in:
redmatrix 2015-11-05 16:36:19 -08:00
parent 5b42edb42a
commit 9cad4c11fe

View File

@ -230,7 +230,7 @@ class RedFile extends DAV\Node implements DAV\IFile {
} }
if (intval($r[0]['os_storage'])) { if (intval($r[0]['os_storage'])) {
$x = dbunsecbin($r[0]['data']); $x = dbunescbin($r[0]['data']);
if(strpos($x,'store') === false) if(strpos($x,'store') === false)
$f = 'store/' . $this->auth->owner_nick . '/' . (($this->os_path) ? $this->os_path . '/' : '') . $x; $f = 'store/' . $this->auth->owner_nick . '/' . (($this->os_path) ? $this->os_path . '/' : '') . $x;
else else