Changeset 7831
- Timestamp:
- 03/12/08 16:09:01 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/config/sfGeneratorConfigHandler.class.php
r3203 r7831 67 67 68 68 // hack to find the module name 69 preg_match('#'.sfConfig::get('sf_app_module_dir_name').'/([^/]+)/#', $configFiles[ 1], $match);69 preg_match('#'.sfConfig::get('sf_app_module_dir_name').'/([^/]+)/#', $configFiles[0], $match); 70 70 $generatorParam['moduleName'] = $match[1]; 71 71