Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.1
-
Component/s: Zend_Controller
-
Labels:None
Description
protected function _translateSpec(array $vars = array()) { [...] if (isset($moduleDir)) { // <-- shouldn't this be $params['moduleDir']? $origModuleDir = $this->_getModuleDir(); $this->_setModuleDir($params['moduleDir']); } [...] if (isset($moduleDir)) { // <-- shouldn't this be $params['moduleDir']? $this->_setModuleDir($origModuleDir); } [...] }
Please see code comments.
Resolved in trunk and 1.6 release branch.