Fix formating [date:dordinal] shortcode

[MAILPOET-2148]
This commit is contained in:
Ján Mikláš
2019-07-02 11:27:27 +02:00
committed by M. Shull
parent ba229c0cf1
commit 01bd3d036b
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ class Date {
) {
$action_mapping = [
'd' => 'd',
'dordinal' => 'dS',
'dordinal' => 'jS',
'dtext' => 'l',
'm' => 'm',
'mtext' => 'F',