Skip to content

Commit

Permalink
Merge pull request #251 from dani/uribl_data_post
Browse files Browse the repository at this point in the history
uribl needs to hook in data_post
  • Loading branch information
msimerson committed Apr 20, 2016
2 parents 4f27f36 + 0c41f2a commit 5a802a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/uribl
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ sub collect_results {
return \@matches;
}

sub hook_data {
sub hook_data_post {
my ($self, $transaction) = @_;

return DECLINED if $self->is_immune();
Expand Down

0 comments on commit 5a802a0

Please sign in to comment.