Changeset 2772
- Timestamp:
- 09/03/08 16:07:20 (4 months ago)
- Location:
- branches/0.11
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
src/controller/AgaviExecutionContainer.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/CHANGELOG
r2750 r2772 1 1 AGAVI CHANGELOG 2 2 =============== 3 4 0.11.3 RC2 (September ?, 2008) 5 ------------------------------ 6 7 FIX: module.xml must not be per-context (#839) (David) 3 8 4 9 0.11.3 RC1 (August 31, 2008) -
branches/0.11/src/controller/AgaviExecutionContainer.class.php
r2564 r2772 275 275 // loaded only once due to the way load() (former import()) works 276 276 if(is_readable(AgaviConfig::get('core.module_dir') . '/' . $moduleName . '/config/module.xml')) { 277 AgaviConfigCache::load(AgaviConfig::get('core.module_dir') . '/' . $moduleName . '/config/module.xml' , $this->context->getName());277 AgaviConfigCache::load(AgaviConfig::get('core.module_dir') . '/' . $moduleName . '/config/module.xml'); 278 278 } else { 279 279 AgaviConfig::set('modules.' . strtolower($moduleName) . '.enabled', true);

