From bd428730cc358fb47e133cd9f14c69b4821e42bd Mon Sep 17 00:00:00 2001 From: velz Date: Thu, 27 Sep 2018 10:47:22 +0530 Subject: [PATCH] QUES MAS CHANGED2 --- api/application/controllers/Question_Management_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/controllers/Question_Management_Controller.php b/api/application/controllers/Question_Management_Controller.php index d64a6aa8..5a633ccf 100644 --- a/api/application/controllers/Question_Management_Controller.php +++ b/api/application/controllers/Question_Management_Controller.php @@ -29,7 +29,7 @@ class Question_Management_Controller extends REST_Controller { if($this->get('limit')){ $limit = $this->get('limit'); } if($this->get('sort')) { $sort = $this->get('sort'); } - $result = $this->User_Management_Model->$listAllQuestions($page,$limit,$sort); + $result = $this->Question_Management_Model->$listAllQuestions($page,$limit,$sort); if($result['data_status']) { $data['dataStatus'] = true;