Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit 5c837c4

Browse files
author
rjd22
committed
Merge pull request #1 from colinbm/master
Needs updated to use newer config loading method.
2 parents 778f8aa + 8374e52 commit 5c837c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/model/dbman.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Model_Dbman
1414

1515
public function __construct()
1616
{
17-
$this->_directory = Kohana::config('dbman.path');
17+
$this->_directory = Kohana::$config->load('dbman.path');
1818

1919
//check if the versioning table exists
2020
$table = DB::query(null, '

0 commit comments

Comments
 (0)