Changeset 9482
- Timestamp:
- Dec 6, 2008, 7:07:58 PM (14 years ago)
- Location:
- OpenPNE3/trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/config
- Property svn:ignore
-
old new 3 3 databases.yml 4 4 generated-*.xml 5 plugin.yml
-
- Property svn:ignore
-
OpenPNE3/trunk/lib/config/config/config_handlers.yml
r9449 r9482 1 config/plugin.yml:1 data/config/plugin.yml: 2 2 class: sfOpenPNEPluginConfigHandler 3 3 file: %SF_LIB_DIR%/config/sfOpenPNEPluginConfigHandler.class.php -
OpenPNE3/trunk/lib/config/sfOpenPNEApplicationConfiguration.class.php
r9479 r9482 34 34 $result = parent::setup(); 35 35 $configCache = $this->getConfigCache(); 36 $file = $configCache->checkConfig(' config/plugin.yml', true);36 $file = $configCache->checkConfig('data/config/plugin.yml', true); 37 37 if ($file) 38 38 {
Note: See TracChangeset
for help on using the changeset viewer.