diff options
-rw-r--r-- | Bugzilla/Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 2ce292edb..da5cf9285 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -2423,7 +2423,7 @@ sub add_see_also { } } # Google Code URLs - elsif ($uri->authority =~ /^code.google.com$/) { + elsif ($uri->authority =~ /^code.google.com$/i) { # Google Code URLs only have one form: # http(s)://code.google.com/p/PROJECT_NAME/issues/detail?id=1234 my $project_name; |