remove die and comment

This commit is contained in:
Julian 2016-08-31 11:04:38 +12:00
parent 6e0240deb3
commit d24786ef4e
1 changed files with 1 additions and 2 deletions

View File

@ -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.
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
$this->notifyTeam($firstReminderPages, $secondReminderPages);
die();
ContentReviewCompatability::done($compatibility);
}