X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FCGI%2FPkgreport.pm;h=074ae9fe34ead239093bdc117cd6281867f35472;hb=bf759cfd4fbfe4a1a6e84b81a7e56ab38de1391e;hp=e64300ad43cf8466ffd7614bae022ea79c98f020;hpb=94f478e92798307fe2c5028afbfc7c88eee06779;p=debbugs.git diff --git a/Debbugs/CGI/Pkgreport.pm b/Debbugs/CGI/Pkgreport.pm index e64300a..074ae9f 100644 --- a/Debbugs/CGI/Pkgreport.pm +++ b/Debbugs/CGI/Pkgreport.pm @@ -143,8 +143,8 @@ sub generate_package_info{ push @references, sprintf "to the %s package page", html_escape("$config{package_pages}/$package"), html_escape("$package"); } - if (defined $config{subscription_domain} and - length $config{subscription_domain}) { + if (defined $config{package_tracking_domain} and + length $config{package_tracking_domain}) { my $ptslink = $param{binary} ? $srcforpkg : $package; # the pts only wants the source, and doesn't care about src: (#566089) $ptslink =~ s/^src://;