Changeset 15336 for trunk/modules
- Timestamp:
- 07/12/11 01:51:53 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/profiler/classes/BxProfilerConfig.php
r15211 r15336 20 20 ***************************************************************************/ 21 21 22 bx_import('BxDol Config');22 bx_import('BxDolModuleConfig'); 23 23 24 class BxProfilerConfig extends BxDol Config {24 class BxProfilerConfig extends BxDolModuleConfig { 25 25 /** 26 26 * Constructor 27 27 */ 28 28 function BxProfilerConfig($aModule) { 29 parent::BxDol Config($aModule);29 parent::BxDolModuleConfig($aModule); 30 30 } 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.