]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Inbox.pm
extsearch: wire up smsg_eml
[public-inbox.git] / lib / PublicInbox / Inbox.pm
index cbb95b8d6204ef756c9b551d9388954e2300c9dc..cd5c098a1b28aee65b9b25d289823101c74d7fd8 100644 (file)
@@ -331,7 +331,7 @@ sub msg_by_smsg ($$) {
        return unless defined $smsg;
        defined(my $blob = $smsg->{blob}) or return;
 
-       git($self)->cat_file($blob);
+       $self->git->cat_file($blob);
 }
 
 sub smsg_eml {