Zend_Layout::getView() currently does not require the class Zend_Controller_Action_HelperBroker, though it makes use of it – causing issues when used as a standalone component. Adding a require_once will solve the issue.
Description
Zend_Layout::getView() currently does not require the class Zend_Controller_Action_HelperBroker, though it makes use of it – causing issues when used as a standalone component. Adding a require_once will solve the issue.
Scheduling for next mini release.