Commit ff06386f authored by Shakarim Sapa's avatar Shakarim Sapa

- Debug

parent 9168b4f8
......@@ -250,7 +250,6 @@ class TriggerTrigger extends \common\components\ActiveRecordModel
if (array_key_exists('unique', $params) && $params['unique']==false && $sendExist===true)
$send = false;
var_dump($send); die;
if ($send) {
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