mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Removed load config loads in JobsQueueLib
This commit is contained in:
@@ -34,9 +34,6 @@ class JobsQueueLib
|
||||
// Gets CI instance
|
||||
$this->_ci =& get_instance();
|
||||
|
||||
// Loads JQM configuration
|
||||
$this->_ci->config->load('jqm');
|
||||
|
||||
// Loads all needed models
|
||||
$this->_ci->load->model('system/JobsQueue_model', 'JobsQueueModel');
|
||||
$this->_ci->load->model('system/JobTypes_model', 'JobTypesModel');
|
||||
|
||||
Reference in New Issue
Block a user