From 1aa7d58683fb68da83b8671080bd252ffcb40b89 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Fri, 17 Aug 2018 17:55:25 +0530 Subject: [PATCH] dash board changes --- Apollo/api/application/controllers/Dashboard_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/api/application/controllers/Dashboard_Controller.php b/Apollo/api/application/controllers/Dashboard_Controller.php index 4b957cec..d19b0293 100755 --- a/Apollo/api/application/controllers/Dashboard_Controller.php +++ b/Apollo/api/application/controllers/Dashboard_Controller.php @@ -93,7 +93,7 @@ class Dashboard_Controller extends REST_Controller { * get university based student registration details for dash board * created by kms * */ - public function getUniversityRegisteredStudent(){ + public function getUniversityRegisteredStudent_post(){ $data = $this->post('data'); $getRegisteredDetails = $this->dashboard_model->get_univ_registered_student($data); if ($getRegisteredDetails) {