summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-10-17 16:19:16 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-10-17 16:19:16 +0200
commit6ccf498c671f9e69ad6c316bbcf7a967760b6e7b (patch)
treec367cf521b776f8b372547b444c63237325776b4 /Bugzilla/BugUrl.pm
parentbb85be28137ca2a822eb8164421072d8a088661e (diff)
downloadbugzilla-6ccf498c671f9e69ad6c316bbcf7a967760b6e7b.tar.gz
bugzilla-6ccf498c671f9e69ad6c316bbcf7a967760b6e7b.tar.xz
Bug 802451 - backport bug 704999 to bmo (GitHub URLs aren't working in the "Add Bug URLs" field)
Diffstat (limited to 'Bugzilla/BugUrl.pm')
-rw-r--r--Bugzilla/BugUrl.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm
index 837c0d4fe..784600984 100644
--- a/Bugzilla/BugUrl.pm
+++ b/Bugzilla/BugUrl.pm
@@ -69,6 +69,7 @@ use constant SUB_CLASSES => qw(
Bugzilla::BugUrl::Trac
Bugzilla::BugUrl::MantisBT
Bugzilla::BugUrl::SourceForge
+ Bugzilla::BugUrl::GitHub
);
###############################