Commit b3fa2e37 authored by Shakarim Sapa's avatar Shakarim Sapa

- Debugg

parent 7572ac4b
...@@ -249,7 +249,9 @@ class TriggerTrigger extends \common\components\ActiveRecordModel ...@@ -249,7 +249,9 @@ class TriggerTrigger extends \common\components\ActiveRecordModel
$sendExist = true; $sendExist = true;
if (!$sendExist) { if (!$sendExist) {
echo '1';
return TriggerSchedule::sendMessage($email, $this->message_template_id, $templateData, $this->id); return TriggerSchedule::sendMessage($email, $this->message_template_id, $templateData, $this->id);
} } else
echo '0';
} }
} }
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