diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-27 02:34:52 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-27 14:27:10 +0200 |
commit | 94df121e0a6dab59f555852c344a14939192bc84 (patch) | |
tree | a597af73171048f0166da89d5c96b0c216cdd771 | |
parent | 31e9efdae05aa7540fc3464cc7b8c83b8c5a2e6c (diff) | |
download | volse-hubzilla-94df121e0a6dab59f555852c344a14939192bc84.tar.gz volse-hubzilla-94df121e0a6dab59f555852c344a14939192bc84.tar.bz2 volse-hubzilla-94df121e0a6dab59f555852c344a14939192bc84.zip |
sql error
-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) |