ZF-10926: zf.sh is mixing lines
Description
When adding a new module with zf.sh my application.ini is changed from:
pluginpaths.ZendCX_Application_Resource = "mystuff" resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers" resources.frontController.moduleDirectory = APPLICATION_PATH "/modules" resources.frontController.params.displayExceptions = 0
to: pluginpaths.ZendCX_Application_Resource = "mystuff" resources.frontController.moduleDirectory = APPLICATION_PATH "/modules" resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers" resources.frontController.params.displayExceptions = 0
which causes modules not to be found...
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-01-08T08:06:02.000+0000
Fixed in trunk r23622 merged to branch release 1.11 r23623 - thanks.