Skip to content

Commit

Permalink
Adding transparent extension support to Log and Config classes - refs…
Browse files Browse the repository at this point in the history
… #3129
  • Loading branch information
kiall committed Dec 6, 2010
1 parent 7d42916 commit c0d0f50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions classes/config/database.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php defined('SYSPATH') or die('No direct script access.');

class Config_Database extends Kohana_Config_Database {}
2 changes: 1 addition & 1 deletion classes/kohana/config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @copyright (c) 2009 Kohana Team
* @license http://kohanaphp.com/license
*/
class Kohana_Config_Database extends Kohana_Config_Reader {
class Kohana_Config_Database extends Config_Reader {

protected $_database_instance = 'default';

Expand Down

0 comments on commit c0d0f50

Please sign in to comment.