Fix sending first notification newsletter with ALC posts
This commit is contained in:
@@ -20,7 +20,7 @@ class Renderer {
|
|||||||
if($last_post) {
|
if($last_post) {
|
||||||
$newer_than_timestamp = $last_post->created_at;
|
$newer_than_timestamp = $last_post->created_at;
|
||||||
} else {
|
} else {
|
||||||
$newer_than_timestamp = $newsletter['created_at'];
|
$newer_than_timestamp = false;
|
||||||
}
|
}
|
||||||
} else if($preview) {
|
} else if($preview) {
|
||||||
$newsletter_id = false;
|
$newsletter_id = false;
|
||||||
|
Reference in New Issue
Block a user