Fix inform consent log DB group
This commit is contained in:
@@ -14,7 +14,7 @@ class Template extends MY_Controller
|
||||
{
|
||||
parent::__construct();
|
||||
$this->db_onedev = $this->load->database("onedev", true);
|
||||
$this->db_onedev_log = $this->load->database("onedev_log", true);
|
||||
$this->db_onedev_log = $this->load->database("one_lab_log", true);
|
||||
}
|
||||
|
||||
public function types()
|
||||
|
||||
Reference in New Issue
Block a user