aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-16 19:23:42 -0700
committerredmatrix <git@macgirvin.com>2016-05-16 19:23:42 -0700
commit883b1ff51355b72a1af2a1ab09877bc444ee905f (patch)
tree8468e7a255f131c23b696a4438ac54691666ef1e /include/network.php
parent2dcedd69519a40ca0f40bf7b8b86423e98c778c9 (diff)
downloadvolse-hubzilla-883b1ff51355b72a1af2a1ab09877bc444ee905f.tar.gz
volse-hubzilla-883b1ff51355b72a1af2a1ab09877bc444ee905f.tar.bz2
volse-hubzilla-883b1ff51355b72a1af2a1ab09877bc444ee905f.zip
an issue related to #386
Diffstat (limited to 'include/network.php')
-rw-r--r--include/network.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/network.php b/include/network.php
index 9f68d3df3..f80244f8f 100644
--- a/include/network.php
+++ b/include/network.php
@@ -1168,6 +1168,10 @@ function discover_by_webbie($webbie) {
if(! $x)
$probe_old = true;
+
+ if((! $dfrn) && (! $has_salmon))
+ $probe_old = true;
+
if($probe_old) {
$y = old_webfinger($webbie);
if($y) {