ZF-2552: Missing close parenthesis
Description
Docs for Zend_Auth section 3.2.2 code snippet:
$this->_auth->getStorage()->write($adapter->getResultRowObject(array('username', 'real_name'));
should be:
$this->_auth->getStorage()->write($adapter->getResultRowObject(array('username', 'real_name')));
Comments
Posted by Darby Felton (darby) on 2008-02-04T11:57:33.000+0000
Resolved with SVN r7785.
Posted by Wil Sinclair (wil) on 2008-06-15T20:47:05.000+0000
Changing to comply with new IT coventions for components.