Skip to content

Commit 39c5b59

Browse files
richard67wilsonge
authored andcommitted
Fix obvious typo "htmlnody" in TemplatesModel.php (#26444)
1 parent 7c6f737 commit 39c5b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_mails/Model/TemplatesModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct($config = array())
4040
'language', 'a.language',
4141
'subject', 'a.subject',
4242
'body', 'a.body',
43-
'htmlnody', 'a.htmlbody'
43+
'htmlbody', 'a.htmlbody'
4444
);
4545
}
4646

0 commit comments

Comments
 (0)