数据库链接错误修改

hotfix/paypal-note
赵鹏 4 years ago
parent 9b9a78267b
commit 276cc1b1e1

@ -11,7 +11,8 @@ class InfoBokunData_model extends CI_Model {
public function __construct() public function __construct()
{ {
parent::__construct(); parent::__construct();
$this->HT = $this->load->database('HT', TRUE); //$this->HT = $this->load->database('HT', TRUE);
$this->HT = $this->load->database('INFORMATION', TRUE);
} }
var $ibd_ic_id; var $ibd_ic_id;

Loading…
Cancel
Save