Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.0
-
Fix Version/s: 1.8.1
-
Component/s: Zend_Controller
-
Labels:None
Description
Zend_Controller_Router_Routes may not ommit segments when part of a chain and not being the last element
ex :
/language/module/controller/index
when using helper url("module" => "other", "controller" => "test") this return //other/test/
the language parram is ommited and the url is truncated.
This is only when route.defaults.language = "lang" is set.
Assigning to Ben