diff options
author | tailor <cygnus@janrain.com> | 2006-03-02 00:30:05 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-02 00:30:05 +0000 |
commit | b3a875738051ebe8e1268ae27b98660ca476541a (patch) | |
tree | f8b8d3d0213ae6134c4b05712101dd377ad64aa7 | |
parent | 84ea7496df22f6f604b5edc7a3285c0b5ac0a2cb (diff) | |
download | php-openid-b3a875738051ebe8e1268ae27b98660ca476541a.zip php-openid-b3a875738051ebe8e1268ae27b98660ca476541a.tar.gz php-openid-b3a875738051ebe8e1268ae27b98660ca476541a.tar.bz2 |
[project @ Added link to HTTPFetcher]
-rw-r--r-- | Auth/OpenID/HTTPFetcher.php | 4 |
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 |