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

parent 9b972ee2
...@@ -226,7 +226,6 @@ class TriggerTrigger extends \common\components\ActiveRecordModel ...@@ -226,7 +226,6 @@ class TriggerTrigger extends \common\components\ActiveRecordModel
$templateModel = MessageTemplate::findOne($this->message_template_id); $templateModel = MessageTemplate::findOne($this->message_template_id);
/** @var Templates $template */ /** @var Templates $template */
$template = new Templates($this->message_template_id); $template = new Templates($this->message_template_id);
$email = $email;
$sender = new UnisenderAPI(); $sender = new UnisenderAPI();
// Create the send list // Create the send list
$newList = $sender->createList(); $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