ZF-6442: Docblock for Zend_Controller_Action_helper_ViewRenderer has an incorrect method name
Description
- // Specify a different script to render:
- $this->_helper->view('form');
On line 62 of the file in the docblock. This should be $this->_helper->viewRenderer('form');
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-04-28T06:31:20.000+0000
Solved in r15239 . It would be released at 1.8.1 .