Changeset 17548
- Timestamp:
- 04/22/09 23:09:25 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/dmCorePlugin/trunk/lib/module/dmModuleManager.php
r17540 r17548 19 19 if ($this->config === null) 20 20 { 21 $this->config = include(sfContext::getInstance()->getConfigCache()->checkConfig('config/ modules.yml'));21 $this->config = include(sfContext::getInstance()->getConfigCache()->checkConfig('config/dm/modules.yml')); 22 22 } 23 23 return $this->config;