Changeset 2576

Show
Ignore:
Timestamp:
04/25/08 14:11:47 (4 months ago)
Author:
zombor
Message:

Whoops.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Database/Mysql.php

    r2575 r2576  
    417417            if (is_string($type)) 
    418418            { 
    419                 $loaded = Kohana::auto_load($type); 
    420                 $this->return_type = $loaded ? $type : 'stdClass'; 
     419                $this->return_type = Kohana::auto_load($type) ? $type : 'stdClass'; 
    421420            } 
    422421            else