mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
Bug fixes
This commit is contained in:
@@ -23,9 +23,7 @@ class Thread extends APIv1_Controller
|
||||
{
|
||||
parent::__construct();
|
||||
// Load model ThreadModel
|
||||
$this->load->model('system/thread_model', 'ThreadModel');
|
||||
|
||||
|
||||
$this->load->model('system/Thread_model', 'ThreadModel');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user