Fixes for KH 3.3 - to do with case file names
This commit is contained in:
@@ -35,7 +35,7 @@ abstract class TSM_ORM extends ORM {
|
||||
*/
|
||||
protected function _initialize() {
|
||||
// Set out DB connection configuration.
|
||||
$this->_db_group = Kohana::$config->load('config.client_type');
|
||||
$this->_db_group = Kohana::$config->load('config')->client_type;
|
||||
|
||||
// Adjustments for DSMADMC or DB2 connections
|
||||
if (array_key_exists($this->_db_group,$this->_tsm))
|
||||
|
Reference in New Issue
Block a user