aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-02-02 15:26:35 +0100
committermarijus <mario@mariovavti.com>2015-02-02 15:26:35 +0100
commit1b30e43c45100fc8f1a9f558237068ce24130264 (patch)
tree600c4eaea1c887a87d7b395e605e7378ff0fe7b3 /include/attach.php
parente0bc01a7f60668c35f677fbc52ba2e8aec70683a (diff)
downloadvolse-hubzilla-1b30e43c45100fc8f1a9f558237068ce24130264.tar.gz
volse-hubzilla-1b30e43c45100fc8f1a9f558237068ce24130264.tar.bz2
volse-hubzilla-1b30e43c45100fc8f1a9f558237068ce24130264.zip
typo
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php
index 07f31761d..12144d380 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -1162,7 +1162,7 @@ function check_recursive_perms($allow_cid, $allow_gid, $deny_cid, $deny_gid, $fo
$arr_deny_gid = expand_acl($deny_gid);
while($folder_hash) {
- $x = q("SELECT allow_cid, allow_gid, deny_cid, deny_gid, FROM attach WHERE hash = '%s'",
+ $x = q("SELECT allow_cid, allow_gid, deny_cid, deny_gid FROM attach WHERE hash = '%s'",
dbesc($folder_hash)
);