Development

Changeset 17548

You must first sign up to be able to contribute.

Changeset 17548

Show
Ignore:
Timestamp:
04/22/09 23:09:25 (4 years ago)
Author:
ornicar
Message:

crenom de nom

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/dmCorePlugin/trunk/lib/module/dmModuleManager.php

    r17540 r17548  
    1919    if ($this->config === null) 
    2020    { 
    21       $this->config = include(sfContext::getInstance()->getConfigCache()->checkConfig('config/modules.yml')); 
     21      $this->config = include(sfContext::getInstance()->getConfigCache()->checkConfig('config/dm/modules.yml')); 
    2222    } 
    2323    return $this->config;