mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
BUGFIX: Don' quit after sending one contentreview email!
This commit is contained in:
parent
a89ceea9b3
commit
480a0cd45a
@ -39,7 +39,7 @@ class ContentReviewEmails extends DailyTask {
|
||||
"LiveSiteLink" => $page->Link()."?stage=live",
|
||||
));
|
||||
|
||||
return $email->send();
|
||||
$email->send();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user