parent
0ea8c6fb72
commit
65a3c7bf1b
|
@ -16,7 +16,7 @@ class Application
|
|||
$this->database['hostname'] = $cConfigArray['core']['database']['hostname'];
|
||||
$this->database['dbname'] = $cConfigArray['core']['database']['dbname'];
|
||||
|
||||
$this->db = instDB();
|
||||
$this->db = $this->instDB();
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue