Skip to content

Commit

Permalink
Item13897: %profile -> %params
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Oct 25, 2016
1 parent 76cd640 commit ae0a1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki/Aux/Dependencies.pm
Expand Up @@ -174,8 +174,8 @@ sub import {

if ($OK) {
my %inc = map { $_ => 1 } @INC;
_presets( \%profile );
my $localLib = File::Spec->catdir( $profile{libDir}, "lib", "perl5" );
_presets( \%params );
my $localLib = File::Spec->catdir( $params{libDir}, "lib", "perl5" );

# Isert lib path to the beginning prefer locally installed modules over
# system ones.
Expand Down

0 comments on commit ae0a1b6

Please sign in to comment.