diff options
author | tailor <sam.alexander@vidoop.com> | 2007-12-20 22:29:57 +0000 |
---|---|---|
committer | tailor <sam.alexander@vidoop.com> | 2007-12-20 22:29:57 +0000 |
commit | 9a78338b6bec9447d07c482c2535d495fd01d1a8 (patch) | |
tree | dfd3fc9d093a9434338193382da4c59a34e2cff7 /Auth | |
parent | 575f39c0ebb4d539ff8882b8ea39879726d9b7d6 (diff) | |
download | php-openid-9a78338b6bec9447d07c482c2535d495fd01d1a8.zip php-openid-9a78338b6bec9447d07c482c2535d495fd01d1a8.tar.gz php-openid-9a78338b6bec9447d07c482c2535d495fd01d1a8.tar.bz2 |
[project @ Typo in SReg docblock]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/SReg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/SReg.php b/Auth/OpenID/SReg.php index e1222aa..79b2cdc 100644 --- a/Auth/OpenID/SReg.php +++ b/Auth/OpenID/SReg.php @@ -22,7 +22,7 @@ * object and adds it to the id_res response: * * $sreg_req = Auth_OpenID_SRegRequest::fromOpenIDRequest( - * $checkid_request->message); + * $checkid_request); * // [ get the user's approval and data, informing the user that * // the fields in sreg_response were requested ] * $sreg_resp = Auth_OpenID_SRegResponse::extractResponse( |