summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-05-07 16:57:31 +0200
committerTiago Mello <timello@gmail.com>2012-05-07 16:57:31 +0200
commit4e5dcf363dd1ffa63f0d7a190fa61891061ddea2 (patch)
tree53c0216debd37b12c8ba2c82b76f054f3ee304a5 /Bugzilla/BugUrl.pm
parent8837967f9754641c7cf4a9bf2a5bc6e73244df15 (diff)
downloadbugzilla-4e5dcf363dd1ffa63f0d7a190fa61891061ddea2.tar.gz
bugzilla-4e5dcf363dd1ffa63f0d7a190fa61891061ddea2.tar.xz
Bug 571740: Add support for getsatisfaction for the See Also field
r=timello, a=LpSolit
Diffstat (limited to 'Bugzilla/BugUrl.pm')
-rw-r--r--Bugzilla/BugUrl.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm
index c48a33378..8689e8a35 100644
--- a/Bugzilla/BugUrl.pm
+++ b/Bugzilla/BugUrl.pm
@@ -133,8 +133,7 @@ sub class_for {
if $subclass->should_handle($uri);
}
- ThrowUserError('bug_url_invalid', { url => $value,
- reason => 'show_bug' });
+ ThrowUserError('bug_url_invalid', { url => $value });
}
sub _check_class {