aboutsummaryrefslogtreecommitdiffstats
path: root/mod/zfinger.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-02 16:28:47 -0800
committerfriendica <info@friendica.com>2013-01-02 16:28:47 -0800
commit32a97d5065efbcc6897ef7598343c6973114fff4 (patch)
tree9d37176d2d9f2bdf7bc26c4db3a35e5b9fc1a82c /mod/zfinger.php
parent4108598133eae97e7c8a0b8e13ead4856f423cff (diff)
downloadvolse-hubzilla-32a97d5065efbcc6897ef7598343c6973114fff4.tar.gz
volse-hubzilla-32a97d5065efbcc6897ef7598343c6973114fff4.tar.bz2
volse-hubzilla-32a97d5065efbcc6897ef7598343c6973114fff4.zip
zome issues registering new hubs
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),