mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed check for send_email_when_published
no-issue
This commit is contained in:
parent
5aaee4e8b2
commit
3b11d25170
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ async function listener(model, options) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (!post.get('send_email_when_published')) {
|
||||
if (!model.get('send_email_when_published')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue