Try again, without the typo.

This commit is contained in:
Chris 2013-01-09 16:55:31 +00:00
parent dd104b03f4
commit dac55ff239

View File

@ -303,7 +303,7 @@ sub get_user_authmethod_module {
if($authmethod); if($authmethod);
# If the user doesn't have an AuthMethod set, fall back on the base class. # If the user doesn't have an AuthMethod set, fall back on the base class.
return WebPerl::AuthMethod -> new(); return Webperl::AuthMethod -> new();
} }
1; 1;