From 920107c107b32b7dead6612a3f961f31c78ef632 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 24 Oct 2018 14:57:52 +0530 Subject: [PATCH] calltaracking_model changes --- Apollo/api/application/models/Calltracking_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/api/application/models/Calltracking_model.php b/Apollo/api/application/models/Calltracking_model.php index eff367ef..f94ce9e0 100755 --- a/Apollo/api/application/models/Calltracking_model.php +++ b/Apollo/api/application/models/Calltracking_model.php @@ -793,7 +793,7 @@ class Calltracking_model extends CI_Model { if($leadDet){ $result_array = array(); $result_array['followupStatus']=true; - $result=''; + $result=[]; $activityID=''; foreach ($leadDet->result() as $row) {