Navigation Menu

Skip to content

Commit

Permalink
ORM should respect Database::$default, fixes #3023
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Jun 28, 2010
1 parent 1920bee commit 324991c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/kohana/orm.php
Expand Up @@ -63,7 +63,7 @@ class Kohana_ORM {
protected $_reload_on_wakeup = TRUE;

// Database configuration
protected $_db = 'default';
protected $_db = NULL;
protected $_db_applied = array();
protected $_db_pending = array();
protected $_db_reset = TRUE;
Expand Down

0 comments on commit 324991c

Please sign in to comment.