diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-27 02:34:52 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-27 02:34:52 -0700 |
commit | 09ef1b1bb68a4517b090f05f947b5af1acb89bd5 (patch) | |
tree | 57590141449e3377e82e4c298937e4447f386c2c /Zotlabs | |
parent | 9a7e8f4d68ad460767800a6a9db922a3c10fc6d9 (diff) | |
download | volse-hubzilla-09ef1b1bb68a4517b090f05f947b5af1acb89bd5.tar.gz volse-hubzilla-09ef1b1bb68a4517b090f05f947b5af1acb89bd5.tar.bz2 volse-hubzilla-09ef1b1bb68a4517b090f05f947b5af1acb89bd5.zip |
sql error
Diffstat (limited to 'Zotlabs')
-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) |