From 9bc3abd0598d6362050bf2f8a0efa26f02b7bcf4 Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Mon, 18 May 2026 14:20:43 +0700 Subject: [PATCH] Fix inform consent log DB group --- application/controllers/informconsent/Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/informconsent/Template.php b/application/controllers/informconsent/Template.php index 412a3c36..6b595252 100644 --- a/application/controllers/informconsent/Template.php +++ b/application/controllers/informconsent/Template.php @@ -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()