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';