Changeset 7513
- Timestamp:
- 02/16/08 09:54:39 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/1.1/lib/autoload/sfSimpleAutoload.class.php
r7454 r7513 48 48 * @param string The file path to save the cache 49 49 * 50 * @return sf CoreAutoload A sfCoreAutoload implementation instance.50 * @return sfSimpleAutoload A sfSimpleAutoload implementation instance. 51 51 */ 52 52 static public function getInstance($cacheFile = null) branches/dwhittle/1.1/lib/controller/sfController.class.php
r7263 r7513 439 439 } 440 440 441 // forward to the mailaction441 // forward to the action 442 442 $this->forward($module, $action); 443 443

