From 4e5dcf363dd1ffa63f0d7a190fa61891061ddea2 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 7 May 2012 11:57:31 -0300 Subject: Bug 571740: Add support for getsatisfaction for the See Also field r=timello, a=LpSolit --- Bugzilla/BugUrl.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Bugzilla/BugUrl.pm') 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 { -- cgit v1.2.3-24-g4f1b