Merge branch 'develop' of gitlab.antadis.net:dev-antadis/bebeboutik into develop
This commit is contained in:
commit
584756c0db
@ -118,7 +118,7 @@ class Ant_Alert extends Module
|
||||
);
|
||||
foreach ($to as $email) {
|
||||
if(Mail::Send(2, 'ant_alert', 'Alert error', $data, $to)) {
|
||||
$alert->last_date_sent = date('Y-m-d H:i:s');
|
||||
$alert->date_last_sent = date('Y-m-d H:i:s');
|
||||
$alert->save();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user