ZF-9269: Typo in Zend_Auth_Adapter_Ldap::authenticate()
Description
In Zend_Auth_Adapter_Ldap::authenticate():
if (!is_array($options)) { throw new Zend_Auth_Adapter_Exception('Adapter options array not in array'); }
I guess the exception message was supposed to be "Adapter options array not AN array".
No biggy, but someone just became confused because of that ;)
Comments
Posted by Stefan Gehrig (sgehrig) on 2010-02-28T07:44:59.000+0000
Fixed in r21236 (trunk) and in r21237 (in 1.10-release branch)