Skip to content

Commit d279e1d

Browse files
committed
small typos on view locations
1 parent d3b8252 commit d279e1d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

modules/contentbox/models/security/AuthorService.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ component
560560
mail.setBody(
561561
variables.renderer.layout(
562562
layout = "/contentbox/email_templates/layouts/email",
563-
view = "/contentbox/email_templates/author_welcome"
563+
view = "contentbox/email_templates/author_welcome"
564564
)
565565
);
566566

modules/contentbox/modules/contentbox-admin/modules/contentbox-security/modules/contentbox-email-twofactor/models/EmailTwoFactorProvider.cfc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,10 @@ component
142142
useTLS : settings.cb_site_mail_tls,
143143
useSSL : settings.cb_site_mail_ssl
144144
);
145-
146145
mail.setBody(
147146
variables.renderer.layout(
148147
layout = "/contentbox/email_templates/layouts/email",
149-
view = "/contentbox-email-twofactor/emails/verification"
148+
view = "contentbox-email-twofactor/emails/verification"
150149
)
151150
);
152151

0 commit comments

Comments
 (0)