]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/AltId.pm
extmsg: use WwwResponse::oneshot
[public-inbox.git] / lib / PublicInbox / AltId.pm
index 6b03d603e78efdb3caf61bd1baeb69911eb75238..8ce70e46042f0b7e1c38e2fe191ae2a58eb548a7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 # Used for giving serial numbers to messages.  This can be tied to
@@ -30,7 +30,7 @@ sub new {
        } split(/[&;]/, $query);
        my $f = $params{file} or die "file: required for $type spec $spec\n";
        unless (index($f, '/') == 0) {
-               if (($ibx->{version} || 1) == 1) {
+               if ($ibx->version == 1) {
                        $f = "$ibx->{inboxdir}/public-inbox/$f";
                } else {
                        $f = "$ibx->{inboxdir}/$f";