mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
remove die and comment
This commit is contained in:
parent
6e0240deb3
commit
d24786ef4e
@ -50,12 +50,11 @@ class ContentReviewEmails extends BuildTask
|
|||||||
|
|
||||||
// Send one email to one owner with all the pages in there instead of no of pages of emails.
|
// Send one email to one owner with all the pages in there instead of no of pages of emails.
|
||||||
foreach ($overduePages as $memberID => $pages) {
|
foreach ($overduePages as $memberID => $pages) {
|
||||||
//$this->notifyOwner($memberID, $pages, "due");
|
$this->notifyOwner($memberID, $pages, "due");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Send an email to the generic address with any first or second reminders
|
// Send an email to the generic address with any first or second reminders
|
||||||
$this->notifyTeam($firstReminderPages, $secondReminderPages);
|
$this->notifyTeam($firstReminderPages, $secondReminderPages);
|
||||||
die();
|
|
||||||
|
|
||||||
ContentReviewCompatability::done($compatibility);
|
ContentReviewCompatability::done($compatibility);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user