From fb7de129794e44bc95cd85ec3175aee069121811 Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Tue, 2 Jun 2020 11:43:28 +0530 Subject: [PATCH] SAVE API 3 --- api/application/controllers/PD_Controller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index cd3bd412..405382b2 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -9252,7 +9252,6 @@ public function getCompaniesListsFromGeneralFormRawJSON_post() public function saveCusVideo_post() { $records = json_decode($this->post('records'),true); - //$this->post('records'); $id = null; log_message('ERROR',print_r($records)); if(!empty($_FILES['video_file']))