mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-08 14:28:47 +08:00
Fix nil tpl when campaign body is empty. Closes #1085.
This commit is contained in:
parent
448f0e3428
commit
a555fd3876
1 changed files with 0 additions and 5 deletions
|
@ -493,11 +493,6 @@ func (c *Campaign) CompileTemplate(f template.FuncMap) error {
|
||||||
c.SubjectTpl = subjTpl
|
c.SubjectTpl = subjTpl
|
||||||
}
|
}
|
||||||
|
|
||||||
// No template or body. Nothing to compile.
|
|
||||||
if c.TemplateBody == "" || c.Body == "" {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
// Compile the base template.
|
// Compile the base template.
|
||||||
body := c.TemplateBody
|
body := c.TemplateBody
|
||||||
for _, r := range regTplFuncs {
|
for _, r := range regTplFuncs {
|
||||||
|
|
Loading…
Add table
Reference in a new issue