From 616f0e0c89ddf104a66d0e797850f59839f68c40 Mon Sep 17 00:00:00 2001 From: Alexander Kustov Date: Wed, 10 Aug 2016 10:23:34 +0500 Subject: [PATCH] Update openid.php Fix discover function not trying to fall back to HTML discovery if yardis failed --- openid.php | 1 - 1 file changed, 1 deletion(-) diff --git a/openid.php b/openid.php index 14e684b..c2631e8 100644 --- a/openid.php +++ b/openid.php @@ -630,7 +630,6 @@ function discover($url) $yadis = false; $url = $originalUrl; $content = null; - break; } if ($next) continue;