X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FRealm%2FProgressive.pm;h=726c424ce88b57e23ff4c560884b4e8636ef3b34;hb=43e9b0b989cb7b7d1c4bca4d8baeb33f186d5ef7;hp=f8664c13edba1a7a945952bbbf5396fe4b694874;hpb=a55abc155b0a4bf494c2c2e8cbfe674b7e471f80;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/lib/Catalyst/Authentication/Realm/Progressive.pm b/lib/Catalyst/Authentication/Realm/Progressive.pm index f8664c1..726c424 100644 --- a/lib/Catalyst/Authentication/Realm/Progressive.pm +++ b/lib/Catalyst/Authentication/Realm/Progressive.pm @@ -132,7 +132,7 @@ sub authenticate { unless $realm; my $auth = { %$authinfo }; $auth->{realm} ||= $realm->name; - if ( my $info = $realm->config->{authinfo_munge}->{$realm->name} ) { + if ( my $info = $self->config->{authinfo_munge}->{$realm->name} ) { $auth = Catalyst::Utils::merge_hashes($auth, $info); } if ( my $obj = $realm->authenticate( $c, $auth ) ) {