Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.7.8
-
Fix Version/s: 1.8.1
-
Component/s: Zend_Controller
-
Labels:None
-
Language:English
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');
Solved in r15239 . It would be released at 1.8.1 .