Changeset 1497

Show
Ignore:
Timestamp:
12/12/2007 10:44:49 AM (13 months ago)
Author:
zombor
Message:

Whoops >_<

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Database_Mysqli.php

    r1496 r1497  
    6464                        { 
    6565                                // Set the cached object 
    66                                 self::$query_cache[$hash] = new Mysqli_Result($this->link, $this->db_config['object'], $sql); 
     66                                self::$query_cache[$hash] = new Kohana_Mysqli_Result($this->link, $this->db_config['object'], $sql); 
    6767                        } 
    6868