Skip to content

SMSNotifier check status variable

At modules/SMSNotifier/models/Record.php in the checkStatus() function you forgot to use the $statuscolor variable.

Just replace: this->setData(statusDetails[0]);

With: data = array_merge(statusDetails[0], array('statuscolor' => $statusColor)); this->setData(data);