aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-03-18 02:43:36 +0000
committerThomas Willingham <founder@kakste.com>2014-03-18 02:43:36 +0000
commitc8fb979ed86403bc38baaf92c90f299434b25fdf (patch)
tree8844674ff71fb4e52047626a7ad48d17ec5b306c /include
parent1446cc80960d278d26a2c2a0a529728beed10215 (diff)
downloadvolse-hubzilla-c8fb979ed86403bc38baaf92c90f299434b25fdf.tar.gz
volse-hubzilla-c8fb979ed86403bc38baaf92c90f299434b25fdf.tar.bz2
volse-hubzilla-c8fb979ed86403bc38baaf92c90f299434b25fdf.zip
oops
Diffstat (limited to 'include')
-rw-r--r--include/reddav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/reddav.php b/include/reddav.php
index c65cb569b..1047bdc9e 100644
--- a/include/reddav.php
+++ b/include/reddav.php
@@ -276,7 +276,7 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota {
for($x = 1; $x < count($path_arr); $x ++) {
- $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = '%d' and (flags & %d)",
+ $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = %d and (flags & %d)",
dbesc($folder),
dbesc($path_arr[$x]),
intval($channel_id),