Changeset 7827
- Timestamp:
- 03/12/08 16:05:06 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/config/sfGeneratorConfigHandler.class.php
r7811 r7827 66 66 67 67 // hack to find the module name 68 preg_match('#modules/([^/]+)/#', $configFiles[ 1], $match);68 preg_match('#modules/([^/]+)/#', $configFiles[0], $match); 69 69 $generatorParam['moduleName'] = $match[1]; 70 70

