Details
-
Type:
Patch
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.9.0
-
Component/s: Zend_Controller
-
Labels:None
Description
In Zend_Controller_Router_Rewrite::_addChainRoutesFromConfig() it says around line 238 something like this:
$chainName = $name . '-' . $childRouteName;
Now I really would love to be able to configure what separator should be used through a config too. Seems like an easy fix to me, but hey, who am I? ![]()
Patch attached