summaryrefslogtreecommitdiffstats
path: root/Services
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-10-30 19:14:37 +0000
committertailor <cygnus@janrain.com>2006-10-30 19:14:37 +0000
commite873641ddb00a2ee49ba7ef8f8c9c3c959704397 (patch)
tree6f096cffb28099e7ae3290f0574b58d63ac6b881 /Services
parent6505740a435ec7dc0b40dfcc6fc337dfbda35256 (diff)
downloadphp-openid-e873641ddb00a2ee49ba7ef8f8c9c3c959704397.zip
php-openid-e873641ddb00a2ee49ba7ef8f8c9c3c959704397.tar.gz
php-openid-e873641ddb00a2ee49ba7ef8f8c9c3c959704397.tar.bz2
[project @ Fix empty manager service list bug]
Diffstat (limited to 'Services')
-rw-r--r--Services/Yadis/Manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/Yadis/Manager.php b/Services/Yadis/Manager.php
index e7eca71..524eea2 100644
--- a/Services/Yadis/Manager.php
+++ b/Services/Yadis/Manager.php
@@ -384,7 +384,7 @@ class Services_Yadis_Discovery {
function getNextService($discover_cb, &$fetcher)
{
$manager = $this->getManager();
- if (!$manager) {
+ if (!$manager || (!$manager->services)) {
$this->destroyManager();
$http_response = array();