diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-27 14:24:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-27 14:24:54 +0200 |
commit | 873670594bdc0d5f5b5f0f14000a9afc3552270a (patch) | |
tree | 5c7c62480a065a05169c2067a8f90b84b6dfac30 | |
parent | e98c74bce75a0853521ca6ae2850e07d61ea8714 (diff) | |
parent | 09ef1b1bb68a4517b090f05f947b5af1acb89bd5 (diff) | |
download | volse-hubzilla-873670594bdc0d5f5b5f0f14000a9afc3552270a.tar.gz volse-hubzilla-873670594bdc0d5f5b5f0f14000a9afc3552270a.tar.bz2 volse-hubzilla-873670594bdc0d5f5b5f0f14000a9afc3552270a.zip |
Merge remote-tracking branch 'mike/master' into dev
-rw-r--r-- | Zotlabs/Storage/Directory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Storage/Directory.php b/Zotlabs/Storage/Directory.php index d063eed40..7068ee15a 100644 --- a/Zotlabs/Storage/Directory.php +++ b/Zotlabs/Storage/Directory.php @@ -169,7 +169,7 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota, DAV\IMo $x = attach_syspaths($this->auth->owner_id,$this->folder_hash); - $y = q("update attach set display_path = '%s where hash = '%s' and uid = %d", + $y = q("update attach set display_path = '%s' where hash = '%s' and uid = %d", dbesc($x['path']), dbesc($this->folder_hash), intval($this->auth->owner_id) |