Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.6.0RC3
-
Fix Version/s: 1.6.2
-
Component/s: Zend_OpenId
-
Labels:None
-
Fix Version Priority:Should Have
Description
Wrong variable name at line 97 in OpenID/Consumer.php
private $_erro = '';
should be
private $_error = '';
Solved in SVN r11040