Changeset 4614 for trunk/core/factories/config.factory.php
- Timestamp:
- 09/06/10 21:52:15 (21 months ago)
- File:
-
- 1 edited
-
trunk/core/factories/config.factory.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/factories/config.factory.php
r4599 r4614 103 103 { 104 104 $handler = self::getHandler($configfile); 105 return $handler ::readConfig($configfile);105 return $handler->readConfig($configfile); 106 106 } 107 107 … … 135 135 { 136 136 # instantiate and return the specific confighandler with the $configfile to read 137 #return new $class(); 138 return $class::getInstance(); 137 #return $class::getInstance(); 138 #call_user_func($class.'::getInstance'); 139 return new $class(); 139 140 } 140 141 else
Note: See TracChangeset
for help on using the changeset viewer.
