Zend Framework

Constructor of Zend_Navigation_Page referst to an undefined variable $config when passed a Zend_Config object.

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Trivial 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);

Activity

Hide
Satoru Yoshida added a comment -

Solved in SVN r19023

Show
Satoru Yoshida added a comment - Solved in SVN r19023

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: