Skip to content

Commit

Permalink
Merge pull request #276 from mgage/develop_hotfix
Browse files Browse the repository at this point in the history
Fix dumb typo in init subroutine of PG.pl
  • Loading branch information
goehle authored Jun 17, 2016
2 parents 29a4a8a + 78c41e6 commit a1c88b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/PG.pl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sub _PG_init{
# Set up MathObject context for use in problems
# that don't load MathObjects.pl
#
%main::context = {};
%main::context = ();
Parser::Context->current(\%main::context);

}
Expand Down

0 comments on commit a1c88b3

Please sign in to comment.