Changeset 2576
- Timestamp:
- 04/25/08 14:11:47 (4 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Database/Mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Database/Mysql.php
r2575 r2576 417 417 if (is_string($type)) 418 418 { 419 $loaded = Kohana::auto_load($type); 420 $this->return_type = $loaded ? $type : 'stdClass'; 419 $this->return_type = Kohana::auto_load($type) ? $type : 'stdClass'; 421 420 } 422 421 else
