From a57d975564b2846f92b6aa3e8a3f13b45f602e41 Mon Sep 17 00:00:00 2001 From: dheeyi william Date: Thu, 2 Feb 2017 11:49:09 -0400 Subject: [PATCH] HOR-2629 Remove the getCounters in the NotificationDevice --- .../ProcessMaker/BusinessModel/Light/NotificationDevice.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/workflow/engine/src/ProcessMaker/BusinessModel/Light/NotificationDevice.php b/workflow/engine/src/ProcessMaker/BusinessModel/Light/NotificationDevice.php index 13e45a3ff..34422b962 100644 --- a/workflow/engine/src/ProcessMaker/BusinessModel/Light/NotificationDevice.php +++ b/workflow/engine/src/ProcessMaker/BusinessModel/Light/NotificationDevice.php @@ -199,11 +199,6 @@ class NotificationDevice $devices = $oNoti->loadUsersArrayId($userIds); } else { $devices = $oNoti->loadByUsersId($userIds); - $lists = new \ProcessMaker\BusinessModel\Lists(); - $counter = $lists->getCounters($userIds); - $light = new \ProcessMaker\Services\Api\Light(); - $result = $light->parserCountersCases($counter); - $data['counters'] = $result; } $devicesAndroidIds = array();