Skip to content

Commit

Permalink
Oops, fix transparent extension (refs #3898)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeelot committed Aug 17, 2013
1 parent 22eb34d commit e378bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/Database/MySQLi.php
@@ -1,3 +1,3 @@
<?php defined('SYSPATH') OR die('No direct script access.');

class Database_MySQLi extends Kohana_Database_MySQL {}
class Database_MySQLi extends Kohana_Database_MySQLi {}
2 changes: 1 addition & 1 deletion classes/Database/MySQLi/Result.php
@@ -1,3 +1,3 @@
<?php defined('SYSPATH') OR die('No direct script access.');

class Database_MySQLi_Result extends Kohana_Database_MySQL_Result {}
class Database_MySQLi_Result extends Kohana_Database_MySQLi_Result {}

0 comments on commit e378bf2

Please sign in to comment.