Invoke constructor correctly!

This commit is contained in:
Chris 2013-01-09 16:50:48 +00:00
parent a2fa55729c
commit dd104b03f4

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 AuthMethod -> new(); return WebPerl::AuthMethod -> new();
} }
1; 1;