Skip to content
Snippets Groups Projects
Commit 0fab5440 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fix bug in janrain openid library error reporting...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1019 44740490-163a-0410-bde0-09ae8108e29a
parent ad7058ac
No related branches found
No related tags found
No related merge requests found
......@@ -1073,7 +1073,7 @@ class Auth_OpenID_GenericConsumer {
$result = $this->_verifyDiscoverySingle($endpoint, $to_match);
if (Auth_OpenID::isFailure($result)) {
$failure_messages->append($result);
$failure_messages[] = $result;
} else {
// It matches, so discover verification has
// succeeded. Return this endpoint.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment