summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-03-02 00:30:05 +0000
committertailor <cygnus@janrain.com>2006-03-02 00:30:05 +0000
commitb3a875738051ebe8e1268ae27b98660ca476541a (patch)
treef8b8d3d0213ae6134c4b05712101dd377ad64aa7
parent84ea7496df22f6f604b5edc7a3285c0b5ac0a2cb (diff)
downloadphp-openid-b3a875738051ebe8e1268ae27b98660ca476541a.zip
php-openid-b3a875738051ebe8e1268ae27b98660ca476541a.tar.gz
php-openid-b3a875738051ebe8e1268ae27b98660ca476541a.tar.bz2
[project @ Added link to HTTPFetcher]
-rw-r--r--Auth/OpenID/HTTPFetcher.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/OpenID/HTTPFetcher.php b/Auth/OpenID/HTTPFetcher.php
index 1755873..fb6d1ab 100644
--- a/Auth/OpenID/HTTPFetcher.php
+++ b/Auth/OpenID/HTTPFetcher.php
@@ -115,8 +115,8 @@ class Auth_OpenID_HTTPFetcher {
* @param string $identity_url The URL that the user entered
*
* @return array list($status, $info) The information parsed from
- * the page or an error. If the status is Auth_OpenID_SUCCESS, the
- * information returned is array($consumer_id, $server_id,
+ * the page or an error. If the status is {@link Auth_OpenID_SUCCESS},
+ * the information returned is array($consumer_id, $server_id,
* $server_url). The $server_url is the OpenID server's URL. The
* consumer ID is the identifier by which the user should be known
* to the consumer. The server ID is the identifier by which the