- Доработан метод инициации действия (устранена лишняя переменна)

parent 9b972ee2
......@@ -226,7 +226,6 @@ class TriggerTrigger extends \common\components\ActiveRecordModel
$templateModel = MessageTemplate::findOne($this->message_template_id);
/** @var Templates $template */
$template = new Templates($this->message_template_id);
$email = $email;
$sender = new UnisenderAPI();
// Create the send list
$newList = $sender->createList();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment