Skip to content

Commit

Permalink
Merge pull request #4179 from mbab/h4178
Browse files Browse the repository at this point in the history
fix #4178
  • Loading branch information
APMarcello3 authored Nov 15, 2024
2 parents accd10c + 94fe2c9 commit 265e709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web/cgi-bin/horas/specmatins.pl
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@ sub invitatorium {
postprocess_ant($ant, $lang);
my @ant = split('\*', $ant);
my $ant2 = "Ant. $ant[1]";

my $invitpath = "Psalterium/Invitatorium.txt";
$invitpath =~ s/Psalterium/PiusXII/ if ($lang eq 'Latin' && $psalmvar);
$fname = checkfile($lang, $invitpath);
$lang = 'Latin-Bea' if $lang eq 'Latin' && $psalmvar;
my $fname = checkfile($lang, 'Psalterium/Invitatorium.txt');

if (my @a = do_read($fname)) {
$_ = join("\n", @a);
Expand Down

0 comments on commit 265e709

Please sign in to comment.