Commit 7572ac4b authored by Shakarim Sapa's avatar Shakarim Sapa

- Debugg

parent 2fd4379b
......@@ -245,6 +245,8 @@ class TriggerTrigger extends \common\components\ActiveRecordModel
if (array_key_exists('unique', $params) && $params['unique']==true && $sendExist==true)
$sendExist = false;
else
$sendExist = true;
if (!$sendExist) {
return TriggerSchedule::sendMessage($email, $this->message_template_id, $templateData, $this->id);
......
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