Skip to content

Commit 898a942

Browse files
committed
Merge pull request #85 from kohana/3.3/bugfix/config_database_writer-cfs-extension
Kohana_Config_Database should extend Config_Database_Writer
2 parents 75db598 + 4e33d1a commit 898a942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Kohana/Config/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @copyright (c) 2012 Kohana Team
1010
* @license http://kohanaframework.org/license
1111
*/
12-
class Kohana_Config_Database extends Kohana_Config_Database_Writer
12+
class Kohana_Config_Database extends Config_Database_Writer
1313
{
1414

1515
}

0 commit comments

Comments
 (0)