BUGFIX: Don' quit after sending one contentreview email!

This commit is contained in:
Luke Hudson 2010-01-21 23:36:52 +00:00
parent a89ceea9b3
commit 480a0cd45a

View File

@ -39,7 +39,7 @@ class ContentReviewEmails extends DailyTask {
"LiveSiteLink" => $page->Link()."?stage=live", "LiveSiteLink" => $page->Link()."?stage=live",
)); ));
return $email->send(); $email->send();
} }
} }
} }