X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FLeiTag.pm;h=77654d1a2f2246d270ce5a3ed68888e499f46c36;hp=817b87f81519aadcad426b5ead77b758d796787f;hb=cb04d2ddfd53c36eaf1a49cadb8158ae76622683;hpb=9a7c75b64e9dc351fddce61b32694d504c2e80c2 diff --git a/lib/PublicInbox/LeiTag.pm b/lib/PublicInbox/LeiTag.pm index 817b87f8..77654d1a 100644 --- a/lib/PublicInbox/LeiTag.pm +++ b/lib/PublicInbox/LeiTag.pm @@ -49,7 +49,7 @@ sub lei_tag { # the "lei tag" method grep(defined, @$vmd_mod{qw(+kw +L -L -kw)}) or return $lei->fail('no keywords or labels specified'); my $ops = {}; - $lei->{auth}->op_merge($ops, $self) if $lei->{auth}; + $lei->{auth}->op_merge($ops, $self, $lei) if $lei->{auth}; (my $op_c, $ops) = $lei->workers_start($self, 1, $ops); $lei->{wq1} = $self; $lei->{-err_type} = 'non-fatal';