Skip to content

Commit 280d18c

Browse files
iasmanisconnortechnology
authored andcommitted
Update config.php.in
1 parent e52187b commit 280d18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/includes/config.php.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if (ZM_LOCALE_DEFAULT) {
152152
$timeFormatter = new IntlDateFormatter(ZM_LOCALE_DEFAULT, IntlDateFormatter::NONE, IntlDateFormatter::LONG);
153153
}
154154
if (ZM_DATE_FORMAT_PATTERN) {
155-
$dateFormatter->setPatter(ZM_DATE_FORMAT_PATTERN);
155+
$dateFormatter->setPattern(ZM_DATE_FORMAT_PATTERN);
156156
}
157157
if (ZM_DATETIME_FORMAT_PATTERN) {
158158
$dateTimeFormatter->setPattern(ZM_DATETIME_FORMAT_PATTERN);

0 commit comments

Comments
 (0)