diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-08 13:37:45 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-08 13:37:45 -0800 |
commit | 42463e160d6672f6e5e458a22ddae79b62fa39bf (patch) | |
tree | e0733a6cbb4d2bac34c2a8fc604e32e5363b41f7 /extlib | |
parent | ef3991dbbe0acdba2dd7050b99f951ccfe5b8258 (diff) | |
parent | 7e7d88831cf8b3e8876499b86890da2e63b08c97 (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'extlib')
-rw-r--r-- | extlib/Auth/OpenID/Consumer.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extlib/Auth/OpenID/Consumer.php b/extlib/Auth/OpenID/Consumer.php index 500890b65..130fe0713 100644 --- a/extlib/Auth/OpenID/Consumer.php +++ b/extlib/Auth/OpenID/Consumer.php @@ -966,6 +966,9 @@ class Auth_OpenID_GenericConsumer { // framework will not want to block on this call to // _checkAuth. if (!$this->_checkAuth($message, $server_url)) { + var_dump($message); + var_dump($server_url); + var_dump($this); return new Auth_OpenID_FailureResponse(null, "Server denied check_authentication"); } |