- Includes newsletter hash in preview URLs thus not requiring user

validation
This commit is contained in:
Vlad
2017-01-19 21:10:29 -05:00
parent f51aba4dbd
commit 888a566dda
3 changed files with 4 additions and 5 deletions

View File

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