diff --git a/application/models/infoauthors_model.php b/application/models/infoauthors_model.php index 34a6a691..6d5193d0 100644 --- a/application/models/infoauthors_model.php +++ b/application/models/infoauthors_model.php @@ -12,7 +12,7 @@ class Infoauthors_model extends CI_Model function __construct() { parent::__construct(); - $this->HT = $this->load->database('HT', TRUE); + $this->HT = $this->load->database('INFORMATION', TRUE); } function init()