Skip to content

Commit

Permalink
Fix thinko.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Aug 27, 2012
1 parent beae563 commit 108edef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ModuleLoader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ knowhow ModuleLoader {

# Unless we already did so, load the setting.
unless nqp::existskey(%settings_loaded, $path) {
unless nqp::defined(%settings_loaded{$path}) {
my $*CTXSAVE := self;
my $*MAIN_CTX := ModuleLoader;
my $preserve_global := pir::get_hll_global__Ps('GLOBAL');
Expand Down

0 comments on commit 108edef

Please sign in to comment.