Skip to content

Commit f6975f6

Browse files
committed
Fix the legacyFraction.pl init method.
This causes the macro to fail to load.
1 parent 004f84f commit f6975f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/contexts/legacyFraction.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ =head1 DESCRIPTION
223223
224224
=cut
225225

226-
sub _contextFraction_init { context::Fraction::Init() }
226+
sub _legacyFraction_init { context::Fraction::Init() }
227227

228228
###########################################################################
229229

0 commit comments

Comments
 (0)