Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
This commit is contained in:
commit
83ff0260c9
|
@ -966,9 +966,6 @@ class Auth_OpenID_GenericConsumer {
|
||||||
// framework will not want to block on this call to
|
// framework will not want to block on this call to
|
||||||
// _checkAuth.
|
// _checkAuth.
|
||||||
if (!$this->_checkAuth($message, $server_url)) {
|
if (!$this->_checkAuth($message, $server_url)) {
|
||||||
var_dump($message);
|
|
||||||
var_dump($server_url);
|
|
||||||
var_dump($this);
|
|
||||||
return new Auth_OpenID_FailureResponse(null,
|
return new Auth_OpenID_FailureResponse(null,
|
||||||
"Server denied check_authentication");
|
"Server denied check_authentication");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user