Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions 3f9087 ... vs 5cc05b ... for module/Utility/src/Utility/Comms/Notification.php

Diff revisions: vs.
  @@ -523,11 +523,12 @@
523 523 $apiMsgId = '';
524 524 try
525 525 {
526 - // \Utility\Debug::errorLog("tryingNotification","sms");
527 - error_log("tryingNotification",$mobile);
526 + \Utility\Debug::errorLog("tryingNotification","sms");
527 +
528 528 if (!$disableSms && $smsTemplate && $mobile)
529 529 {
530 - if (IS_STAGE_ENV || 'production' == \Utility\Registry::getConfigParam('Instance'))
530 + // if (IS_STAGE_ENV || 'production' == \Utility\Registry::getConfigParam('Instance'))
531 + if (IS_STAGE_ENV || IS_LIVE_ENV)
531 532 {
532 533 if (IS_STAGE_ENV)
533 534 {