Skip to content

Commit

Permalink
ensure TAG defined for diocesancalendar events
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed May 23, 2024
1 parent 69c3975 commit 6bf1a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LitCalAllFestivities.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
foreach( $DiocesanData->LitCal as $key => $festivity ) {
$temp = (array) $festivity->Festivity;
$FestivityCollection[ $key ] = array_change_key_case( $temp, CASE_UPPER );
$FestivityCollection[ "TAG" ] = $key;
}
}

Expand Down

0 comments on commit 6bf1a59

Please sign in to comment.