ZF-7750: Undefined variable in Zend_Controller_Action_HelperBroker_PriorityStack
Description
Variable $priority, used in offsetGet method of Zend_Controller_Action_HelperBroker_PriorityStack are not defined before use
throw new Zend_Controller_Action_Exception('A helper with priority ' . $priority . ' does not exist.');
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2009-09-01T18:31:24.000+0000
Solve in SVN r17946