Changeset 1772 for trunk/system/libraries/Session.php
- Timestamp:
- 01/21/2008 10:33:19 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Session.php
r1745 r1772 58 58 try 59 59 { 60 // Set thedriver name60 // Set driver name 61 61 $driver = 'Session_'.ucfirst(strtolower(self::$config['driver'])).'_Driver'; 62 62 63 // Manually call auto-loading, for proper exception handling63 // Manually autoload so that exceptions can be caught 64 64 Kohana::auto_load($driver); 65 65 }
