From a918ab74c2cf738c87c763bf2f481e75ec492eee Mon Sep 17 00:00:00 2001 From: velz Date: Tue, 30 Oct 2018 17:04:39 +0530 Subject: [PATCH] ERROR CHANGED --- api/application/controllers/PD_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index cc8af66e..162a6e0b 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -796,7 +796,7 @@ class PD_Controller extends REST_Controller { /******* Code Snippt for Save Template Category Weightage info to PD category Info*/ $fields = array('fk_pd_template_id'); $where_condition_array = array('pd_id'=>$records['fk_pd_id']); - $res_array = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTRIGGER); + $res_array = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,); if(count($res_array)) {