diff --git a/application/models/infoauthors_model.php b/application/models/infoauthors_model.php index 6d5193d0..34a6a691 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('INFORMATION', TRUE); + $this->HT = $this->load->database('HT', TRUE); } function init()