Skip to content

Commit

Permalink
ensure COMMON (Proper) defined for proprium de tempore events
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed May 22, 2024
1 parent 7a75077 commit 5680660
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 @@ -191,6 +191,7 @@
$FestivityCollection[ $key ][ "TAG" ] = $key;
$FestivityCollection[ $key ][ "NAME" ] = $NAME[ $key ];
$FestivityCollection[ $key ][ "GRADE" ] = $PropriumDeTemporeRanks[ $key ];
$FestivityCollection[ $key ][ "COMMON" ] = [];
}
}

Expand Down

0 comments on commit 5680660

Please sign in to comment.