Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions 0acbc2 ... vs e81ce4 ... for module/Utility/src/Utility/Comms/Notification.php

Diff revisions: vs.
  @@ -78,9 +78,9 @@
78 78 $disableSms = false, $offline = false
79 79 )
80 80 {
81 - \Utility\Debug::errorLog("send from template","sms:".$mobile." email:".$email);
81 + var_dump("send from template","sms:".$mobile." email:".$email);
82 82
83 - error_log('Template sending: ' . $templateName);
83 + var_dump('Template sending: ' . $templateName);
84 84
85 85 #-> Unsubscribe check.
86 86 $em = \Utility\Registry::getEntityManager();