Merge pull request #795 from mailpoet/preview_link_update

Allows sharing of newsletter preview links [MAILPOET-791]
This commit is contained in:
stoletniy
2017-01-23 15:52:11 +03:00
committed by GitHub
6 changed files with 41 additions and 9 deletions

View File

@ -593,6 +593,7 @@ class Newsletter extends Model {
return self::select(array(
'id',
'subject',
'hash',
'type',
'status',
'updated_at',