]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Control.pm
Include the protocol (http://) in gWebDomain and gCGIDomain
[debbugs.git] / Debbugs / Control.pm
index 2378ea1353cf7e19fe679685dde72d25187c85b8..aaa8925a0adfedf8f33ab86be49d9e5a35f28d08 100644 (file)
@@ -3835,7 +3835,7 @@ sub __message_body_template{
      $extra_var ||={};
      my $hole_var = {'&bugurl' =>
                     sub{"$_[0]: ".
-                            'http://'.$config{cgi_domain}.'/'.
+                            $config{cgi_domain}.'/'.
                                 Debbugs::CGI::bug_links(bug => $_[0],
                                                         links_only => 1,
                                                        );