aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-03 08:20:16 +0000
committerMario <mario@mariovavti.com>2021-10-03 08:20:16 +0000
commit58ee147653a759d1a4e41d5978e29a66cb58384e (patch)
treed279380ac2f269159eb973d15ad917c3b2dfae3e /include/channel.php
parent28ad6a68834a21553e98f16e090ce4c227ac343c (diff)
downloadvolse-hubzilla-58ee147653a759d1a4e41d5978e29a66cb58384e.tar.gz
volse-hubzilla-58ee147653a759d1a4e41d5978e29a66cb58384e.tar.bz2
volse-hubzilla-58ee147653a759d1a4e41d5978e29a66cb58384e.zip
fix typo
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php
index ca0c474a3..2db0434ca 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -2531,7 +2531,7 @@ function channelx_by_n($id, $removed = false) {
$sql_extra = '';
}
- $r = q("SELECT * FROM channel LEFT JOIN xchan ON channel_hash = xchan_hash WHERE channel_id = %d $sql_extra = 0 LIMIT 1",
+ $r = q("SELECT * FROM channel LEFT JOIN xchan ON channel_hash = xchan_hash WHERE channel_id = %d $sql_extra LIMIT 1",
intval($id)
);