ZF2-430: Method missing from ViewManager for console
Description
Bug exists on line 283, method does not exist on the class.
$view = $this->getView();
Previously working in beta5, however Zend\Mvc\View\Console was not included in that release.
Bug exists on line 283, method does not exist on the class.
$view = $this->getView();
Previously working in beta5, however Zend\Mvc\View\Console was not included in that release.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2012-07-27T15:32:08.000+0000
PR is here: https://github.com/zendframework/zf2/pull/2025
Posted by Matthew Weier O'Phinney (matthew) on 2012-07-27T16:21:10.000+0000
Fixed in current master.