about summary refs log tree commit homepage
path: root/lib/PublicInbox/CodeSearch.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/CodeSearch.pm')
-rw-r--r--lib/PublicInbox/CodeSearch.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/CodeSearch.pm b/lib/PublicInbox/CodeSearch.pm
index 208f7528..f4694686 100644
--- a/lib/PublicInbox/CodeSearch.pm
+++ b/lib/PublicInbox/CodeSearch.pm
@@ -328,7 +328,7 @@ EOM
                                 if (my $git = $dir2cr{$_}) {
                                         $ibx_p2g{$_} = $git;
                                         $ibx2self = 1;
-                                        $ibx->{-hide}->{www} or
+                                        $ibx->{-hide_www} or
                                                 push @{$git->{ibx_score}},
                                                         [ $nr, $ibx->{name} ];
                                         push @$gits, $git;