This commit is contained in:
Paminger
2016-04-25 14:25:09 +02:00
parent f154e6dd5d
commit ecff3747d0
10 changed files with 14 additions and 13 deletions
+3 -2
View File
@@ -8,8 +8,9 @@ class FHC_Model extends CI_Model
{
parent::__construct();
$this->load->helper('language');
$this->load->helper('fhc_db_acl');
//$this->load->helper('fhc_db_acl');
$this->lang->load('fhcomplete');
$this->load->library('FHC_DB_ACL');
}
/** ---------------------------------------------------------------
@@ -105,4 +106,4 @@ class DB_Model extends FHC_Model
{
return $this->_addonID;
}
}
}