Skip to content

Commit

Permalink
Add missing n
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Oct 23, 2024
1 parent c2fccb1 commit c7975f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
$timeFormatter = new IntlDateFormatter(ZM_LOCALE_DEFAULT, IntlDateFormatter::NONE, IntlDateFormatter::LONG);
}
if (ZM_DATE_FORMAT_PATTERN) {
$dateFormatter->setPatter(ZM_DATE_FORMAT_PATTERN);
$dateFormatter->setPattern(ZM_DATE_FORMAT_PATTERN);
}
if (ZM_DATETIME_FORMAT_PATTERN) {
$dateTimeFormatter->setPattern(ZM_DATETIME_FORMAT_PATTERN);
Expand Down

0 comments on commit c7975f1

Please sign in to comment.