diff options
author | friendica <info@friendica.com> | 2013-01-02 16:28:47 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-02 16:28:47 -0800 |
commit | 32a97d5065efbcc6897ef7598343c6973114fff4 (patch) | |
tree | 9d37176d2d9f2bdf7bc26c4db3a35e5b9fc1a82c /mod | |
parent | 4108598133eae97e7c8a0b8e13ead4856f423cff (diff) | |
download | volse-hubzilla-32a97d5065efbcc6897ef7598343c6973114fff4.tar.gz volse-hubzilla-32a97d5065efbcc6897ef7598343c6973114fff4.tar.bz2 volse-hubzilla-32a97d5065efbcc6897ef7598343c6973114fff4.zip |
zome issues registering new hubs
Diffstat (limited to 'mod')
-rw-r--r-- | mod/zfinger.php | 2 |
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), |