We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
array_find
1 parent b5a17c8 commit 387155aCopy full SHA for 387155a
src/Paths/RegionalData.php
@@ -212,7 +212,7 @@ private function getRegionalCalendarData(): void
212
switch ($this->params->category) {
213
case 'DIOCESANCALENDAR':
214
$CalendarDataI18nFile = strtr(JsonData::DIOCESAN_CALENDARS_I18N_FILE, [
215
- '{nation}' => $dioceseEntry[0]->nation,
+ '{nation}' => $dioceseEntry->nation,
216
'{diocese}' => $this->params->key,
217
'{locale}' => $this->params->locale
218
]);
0 commit comments