ZF-6580: Zend_Controller_Router_Routes may not ommit segments when part of a chain and not being the last element
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.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-05-08T11:51:00.000+0000
Assigning to Ben