diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-05 16:36:19 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-05 16:36:19 -0800 |
commit | 9cad4c11feddf7225078473f9623f7e311587213 (patch) | |
tree | 66355fe8ef1989e18db9d8ad4a00c9eb53937f4d /include/RedDAV | |
parent | 5b42edb42aa69267d5cd96d18c321791d0660d37 (diff) | |
download | volse-hubzilla-9cad4c11feddf7225078473f9623f7e311587213.tar.gz volse-hubzilla-9cad4c11feddf7225078473f9623f7e311587213.tar.bz2 volse-hubzilla-9cad4c11feddf7225078473f9623f7e311587213.zip |
typo
Diffstat (limited to 'include/RedDAV')
-rw-r--r-- | include/RedDAV/RedFile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/RedDAV/RedFile.php b/include/RedDAV/RedFile.php index 5a1b3453a..2bc3f40e5 100644 --- a/include/RedDAV/RedFile.php +++ b/include/RedDAV/RedFile.php @@ -230,7 +230,7 @@ class RedFile extends DAV\Node implements DAV\IFile { } if (intval($r[0]['os_storage'])) { - $x = dbunsecbin($r[0]['data']); + $x = dbunescbin($r[0]['data']); if(strpos($x,'store') === false) $f = 'store/' . $this->auth->owner_nick . '/' . (($this->os_path) ? $this->os_path . '/' : '') . $x; else |