From c79ffbb4cd5b8b2b3f033a2165dc9247c5c10f02 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Wed, 20 Sep 2023 15:09:42 +0530 Subject: [PATCH] Name Changes : ps --- api/application/controllers/Dash_Board_Controller.php | 2 +- api/application/helpers/mylog_helper.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/application/controllers/Dash_Board_Controller.php b/api/application/controllers/Dash_Board_Controller.php index 00951770..2a746042 100644 --- a/api/application/controllers/Dash_Board_Controller.php +++ b/api/application/controllers/Dash_Board_Controller.php @@ -225,7 +225,7 @@ class Dash_Board_Controller extends REST_Controller { \****************************/ public function callAPIForPortals_post() { - $logger = MYLOG::logSalesCETlog(); + $logger = MYLOG::logSalesCET(); try { $sales_details = $this->post('sales_object'); $user_details = $this->post('user_object'); diff --git a/api/application/helpers/mylog_helper.php b/api/application/helpers/mylog_helper.php index 3ff913c8..4afb4d1f 100644 --- a/api/application/helpers/mylog_helper.php +++ b/api/application/helpers/mylog_helper.php @@ -70,7 +70,7 @@ class MYLOG return $logger; } - public static function logSalesCETlog() + public static function logSalesCET() { $CI =& get_instance(); $channel = 'pdgenie_logger';