summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Auth/Yadis/Manager.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Auth/Yadis/Manager.php b/Auth/Yadis/Manager.php
index 4d272c5..bb60b8a 100644
--- a/Auth/Yadis/Manager.php
+++ b/Auth/Yadis/Manager.php
@@ -412,11 +412,11 @@ class Auth_Yadis_Discovery {
$this->destroyManager();
$http_response = array();
- list($unused, $services) = call_user_func($discover_cb,
- $this->url,
- $fetcher);
+ list($yadis_url, $services) = call_user_func($discover_cb,
+ $this->url,
+ $fetcher);
- $manager = $this->createManager($services, $this->url);
+ $manager = $this->createManager($services, $yadis_url);
}
if ($manager) {