Fix missing $self
This commit is contained in:
parent
462e974d1e
commit
da3ed5ebbf
@ -133,6 +133,7 @@ sub register {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub load_geoip {
|
sub load_geoip {
|
||||||
|
my ( $self ) = @_;
|
||||||
$self->load_geoip2() and return 1;
|
$self->load_geoip2() and return 1;
|
||||||
$self->load_geoip1() and return 1;
|
$self->load_geoip1() and return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user