mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
Merge branch 'master' into permissions
This commit is contained in:
@@ -6,8 +6,6 @@ class FHC_Model extends CI_Model
|
||||
{
|
||||
/**
|
||||
* Standard constructor for all the models
|
||||
* It loads the helper message to manage the values returned by methods
|
||||
* It loads the permission library
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
@@ -16,8 +14,5 @@ class FHC_Model extends CI_Model
|
||||
// Load languages files
|
||||
$this->lang->load('fhc_model');
|
||||
$this->lang->load('fhcomplete');
|
||||
|
||||
// Load return message helper
|
||||
$this->load->helper('message');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user