ZF-1572: Missing parameter in zend.controller.actionhelpers.html example code
Description
On http://framework.zend.com/manual/en/… in section 7.8.4.3.1, in the second Note, an instruction is given on how to set the front controller parameter 'noViewRenderer'. It is missing the argument to which the parameter should be set, resulting in: "Warning: Missing argument 2 for Zend_Controller_Front::setParam()".
Assuming the param should be set to true, the code should read: $front->setParam('noViewRenderer',true)
This issue was raised by SpotSec on #zftalk.
Comments
Posted by Bill Karwin (bkarwin) on 2007-06-16T18:53:21.000+0000
Assign to Matthew.
Posted by Matthew Weier O'Phinney (matthew) on 2007-06-22T10:33:20.000+0000
Resolved in r5390
Posted by Wil Sinclair (wil) on 2008-06-15T18:01:50.000+0000
Changing to comply with new IT coventions for components.