perltidy -b lib/Qpsmtpd/Plugin.pm
This commit is contained in:
parent
a20ced01f6
commit
971e6ab0e8
@ -342,7 +342,7 @@ sub _register_standard_hooks {
|
|||||||
my $hooksub = "hook_$hook";
|
my $hooksub = "hook_$hook";
|
||||||
$hooksub =~ s/\W/_/g;
|
$hooksub =~ s/\W/_/g;
|
||||||
next if !$plugin->can($hooksub);
|
next if !$plugin->can($hooksub);
|
||||||
$plugin->register_hook($hook, $hooksub)
|
$plugin->register_hook($hook, $hooksub);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user