Typo fix.
This commit is contained in:
parent
e1c198e853
commit
3481b61cd0
@ -306,7 +306,7 @@ sub get_authmethod_module {
|
|||||||
|
|
||||||
$self -> clear_error();
|
$self -> clear_error();
|
||||||
|
|
||||||
return ($self -> {"methods"} -> load_method($moduleid) || $self -> self_error("Auth implementation load failed: ".$self -> {"methods"} -> errstr())));
|
return ($self -> {"methods"} -> load_method($moduleid) || $self -> self_error("Auth implementation load failed: ".$self -> {"methods"} -> errstr()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user