Actions
Bug #88584
closedCorrect typo in email finisher
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2019-06-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
CodingNight
Complexity:
Is Regression:
Sprint Focus:
Description
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/form/Classes/Domain/Finishers/EmailFinisher.php#L48
human-redable -> human-readable
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/form/Classes/Domain/Finishers/EmailFinisher.php#L50
format: format of the email (one of the FORMAT_* constants). By default mails are sent as HTML ->
format: Format of the email (one of the FORMAT_* constants). By default mails are sent as HTML.
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/form/Classes/Domain/Finishers/EmailFinisher.php#L201
// use local variable instead of augmenting the options to ->
// Use local variable instead of augmenting the options to
Actions