]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiExportKw.pm
lei: always pass $lei to LeiAuth->op_merge
[public-inbox.git] / lib / PublicInbox / LeiExportKw.pm
index 5be9e51ff311c68e743d80480f9d12ef3d30c6e2..756d0e9c0a4d0d5831ad761cd046ea041394e37b 100644 (file)
@@ -115,7 +115,7 @@ EOM
                $self->{nwr}->{-skip_creat} = 1;
        }
        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';