aboutsummaryrefslogtreecommitdiffstats
path: root/mod/zfinger.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/zfinger.php')
-rw-r--r--mod/zfinger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/zfinger.php b/mod/zfinger.php
index b1de33fb7..b13af50b7 100644
--- a/mod/zfinger.php
+++ b/mod/zfinger.php
@@ -42,7 +42,7 @@ function zfinger_init(&$a) {
dbesc($zhash)
);
}
- if(strlen($zguid) && strlen($zguid_sig)) {
+ elseif(strlen($zguid) && strlen($zguid_sig)) {
$r = q("select channel.*, xchan.* from channel left join xchan on channel_hash = xchan_hash
where channel_guid = '%s' and channel_guid_sig = '%s' limit 1",
dbesc($zguid),