diff --git a/Apollo/api/application/controllers/Fees_Status_Controller.php b/Apollo/api/application/controllers/Fees_Status_Controller.php index e5b0e606..949e6bfb 100644 --- a/Apollo/api/application/controllers/Fees_Status_Controller.php +++ b/Apollo/api/application/controllers/Fees_Status_Controller.php @@ -35,7 +35,7 @@ class Fees_Status_Controller extends REST_Controller { $this->methods['getStudentList_post']['limit'] = 1000; // 100 requests per hour per user/key $this->methods['getStudentList_delete']['limit'] = 50; // 50 requests per hour per user/key // load the model - $this->load->model('Fees_model', 'Fees_status_model'); + $this->load->model('Fees_status_model', 'Fees_model'); }