aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-09-19 06:59:55 +0000
committerMario <mario@mariovavti.com>2024-09-19 06:59:55 +0000
commit06ac41c005f2d616c1056f4565627eabb4f3f68e (patch)
treedbe1b8ac6eb70ef6ccb1249f930ca4118867903f /include/attach.php
parent39ee872f49855cae679a0c5c2747b24bf5d12082 (diff)
downloadvolse-hubzilla-06ac41c005f2d616c1056f4565627eabb4f3f68e.tar.gz
volse-hubzilla-06ac41c005f2d616c1056f4565627eabb4f3f68e.tar.bz2
volse-hubzilla-06ac41c005f2d616c1056f4565627eabb4f3f68e.zip
whitespace
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php
index 28aa14ec6..449721793 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -348,7 +348,6 @@ function attach_can_view($uid, $ob_hash, $resource, $token = EMPTY_STR) {
$sql_extra = permissions_sql($uid, $ob_hash, '', $token);
-
$r = q("select folder from attach where hash = '%s' and uid = %d $sql_extra",
dbesc($resource),
intval($uid)