diff --git a/Apollo/api/application/controllers/SessionMaster_Controller.php b/Apollo/api/application/controllers/SessionMaster_Controller.php index ac548ce2..6cfcb908 100755 --- a/Apollo/api/application/controllers/SessionMaster_Controller.php +++ b/Apollo/api/application/controllers/SessionMaster_Controller.php @@ -18,7 +18,7 @@ class SessionMaster_Controller extends REST_Controller { $this->methods['getSessionMasterDetails_post']['limit'] = 500; // 50 requests per hour per user/key $this->methods['updateSessionMasterDetails_post']['limit'] = 500;// 500 requests per hour per user/key // load the model - $this->load->model('SeesionMaster_model', 'sessionM_model'); + $this->load->model('SessionMaster_model', 'sessionM_model'); }