Details
Description
Hi there,
in Zend_Auth_Adapter_DbTable I found a minor bug in authenticate().
When calling authenticate() it is checked if $this->_authenticateValidateResultset($resultIdentities) is an instance of Zend_Auth_Result.
But the function _authenticateValidateResultset does not exist because in the functionname is wrong. I think it must mean _authenticateValidateResultSet.
Hendrik Sokolowski
Fixed in trunk at r22457 and in release branch 1.10 at r22458