summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/openid/lib/Auth/Yadis/XRIRes.php')
-rw-r--r--plugins/openid/lib/Auth/Yadis/XRIRes.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/openid/lib/Auth/Yadis/XRIRes.php b/plugins/openid/lib/Auth/Yadis/XRIRes.php
index b484beec..cdf7ef58 100644
--- a/plugins/openid/lib/Auth/Yadis/XRIRes.php
+++ b/plugins/openid/lib/Auth/Yadis/XRIRes.php
@@ -8,6 +8,10 @@ require_once 'Auth/Yadis/XRDS.php';
require_once 'Auth/Yadis/XRI.php';
class Auth_Yadis_ProxyResolver {
+
+ /** @var Auth_Yadis_HTTPFetcher */
+ protected $fetcher;
+
function __construct($fetcher, $proxy_url = null)
{
$this->fetcher = $fetcher;