Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.2
-
Fix Version/s: 1.9.3
-
Component/s: Zend_Controller
-
Labels:None
-
Fix Version Priority:Should Have
Description
Variable $priority, used in offsetGet method of Zend_Controller_Action_HelperBroker_PriorityStack are not defined before use
HelperBroker.php:127
throw new Zend_Controller_Action_Exception('A helper with priority ' . $priority . ' does not exist.');
Solve in SVN r17946