Skip to content

Commit

Permalink
Follow up to PR #4274
Browse files Browse the repository at this point in the history
close #4291  (add fallback language to popup @mbab )
  • Loading branch information
FAJ-Munich committed Feb 12, 2025
1 parent 4613a02 commit 3353401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/cgi-bin/horas/popup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ package main;
our $communerule; # $commune{Rank}
our $duplex; #1= simplex 2=semiduplex, 3=duplex 0=rest
#4 = duplex majus, 5=duplex II class 6=duplex I class 7=higher
our ($lang1, $lang2);
our ($lang1, $lang2, $langfb);

#*** collect standard items
require "$Bin/../DivinumOfficium/SetupString.pl";
Expand Down Expand Up @@ -102,7 +102,7 @@ package main;
precedence();
setsecondcol();

load_languages_data($lang1, $lang2, $version, $missa);
load_languages_data($lang1, $lang2, $langfb, $version, $missa);

# We need to revert the masked parantheses at this point
$popup =~ s/\&lpar/\(/;
Expand Down

0 comments on commit 3353401

Please sign in to comment.