typo
This commit is contained in:
parent
5b42edb42a
commit
9cad4c11fe
@ -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
|
||||||
|
Reference in New Issue
Block a user