From 2029a0736aff349edf1d627ea11c9d4e27fa17b2 Mon Sep 17 00:00:00 2001 From: hjonathan Date: Tue, 23 May 2017 09:34:56 -0400 Subject: [PATCH] HOR-3244 --- .../engine/src/ProcessMaker/BusinessModel/TimerEvent.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/engine/src/ProcessMaker/BusinessModel/TimerEvent.php b/workflow/engine/src/ProcessMaker/BusinessModel/TimerEvent.php index ab69f6cf9..ed72c3c84 100644 --- a/workflow/engine/src/ProcessMaker/BusinessModel/TimerEvent.php +++ b/workflow/engine/src/ProcessMaker/BusinessModel/TimerEvent.php @@ -1756,9 +1756,9 @@ class TimerEvent } while ($flagNextRecord); if (!$flagRecord) { - $common->frontEndShow("TEXT", "Not exists any record to continue a case, on date \"$datetime (UTC +00:00)\""); + $common->frontEndShow("TEXT", "No existing records to continue a case, on date \"$datetime (UTC +00:00)\""); - $this->log("NO-RECORDS", "Not exists any record to continue a case"); + $this->log("NO-RECORDS", "No existing records to continue a case"); $aInfo = array( 'ip' => \G::getIpAddress() ,'action' => $action @@ -1767,7 +1767,7 @@ class TimerEvent ); $this->syslog( 200 - ,'Not exists any record to continue a case' + ,'No existing records to continue a case' ,'NO-RECORDS' ,$aInfo );