diff options
author | tailor <cygnus@cprogrammer.org> | 2007-11-13 01:25:09 +0000 |
---|---|---|
committer | tailor <cygnus@cprogrammer.org> | 2007-11-13 01:25:09 +0000 |
commit | 1bcb0af7df31c20817a7f3374a16c496c8310266 (patch) | |
tree | 7ca051c95ca133cb1a4d1651599f6a76f613ebac /Auth | |
parent | a7a579bca72732ac2570195602ef49328a5938d7 (diff) | |
download | php-openid-1bcb0af7df31c20817a7f3374a16c496c8310266.zip php-openid-1bcb0af7df31c20817a7f3374a16c496c8310266.tar.gz php-openid-1bcb0af7df31c20817a7f3374a16c496c8310266.tar.bz2 |
[project @ Remove orphaned assignment statement]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/Consumer.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index 885b023..13b0b12 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -753,9 +753,6 @@ class Auth_OpenID_GenericConsumer { return $result; } - $response_identity = $message->getArg(Auth_OpenID_OPENID_NS, - 'identity'); - $result = $this->_idResCheckNonce($message, $endpoint); if (Auth_OpenID::isFailure($result)) { |