From 938f6160abe26cfcc7193f7b3a22a7254c80941c Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Thu, 6 Nov 2025 13:45:21 -0600 Subject: [PATCH] Fix the legacyFraction.pl init method. This causes the macro to fail to load. --- macros/contexts/legacyFraction.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/contexts/legacyFraction.pl b/macros/contexts/legacyFraction.pl index dbdcbfe64f..6972174ec8 100644 --- a/macros/contexts/legacyFraction.pl +++ b/macros/contexts/legacyFraction.pl @@ -223,7 +223,7 @@ =head1 DESCRIPTION =cut -sub _contextFraction_init { context::Fraction::Init() } +sub _legacyFraction_init { context::Fraction::Init() } ###########################################################################