]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Search.pm
www_stream: extra link to mirroring information in the footer
[public-inbox.git] / lib / PublicInbox / Search.pm
index 7e19e616a2180e28fe7470698b3d555360ee4c93..e80a5944371ed418d105b9c373b00a1f2282440b 100644 (file)
@@ -187,7 +187,7 @@ sub xdir ($;$) {
        my ($self, $rdonly) = @_;
        if ($rdonly || !defined($self->{shard})) {
                $self->{xpfx};
-       } else { # v2 only:
+       } else { # v2 + extindex only:
                "$self->{xpfx}/$self->{shard}";
        }
 }