Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Fix Version/s: 1.9.6
-
Component/s: Zend_Navigation
-
Labels:None
Description
If a Zend_Config object is passed to the constructor of Zend_Navigation_Page it will call
$this->setConfig($config)
but $config ist not initalized here, the correct call should be
$this->setConfig($options);
Solved in SVN r19023