ZF-5332: Wrong error message
Description
On Zend_OpenId_Consumer at line 295 the error is wrong, should be "Extension::parseResponse failure".
if (!Zend_OpenId_Extension::forAll($extensions, 'parseResponse', $params)) {
$this->_setError("Extension::prepareResponse failure");
return false;
}
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-04-05T07:01:44.000+0000
Solved in SVN r14674