From 2c8044901bea08cecfe23a2baf81387628c33fd9 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 6 May 2013 16:48:22 +0800 Subject: Bug 868935: "Undefined subroutine &Bugzilla::Extension::ProductDashboard::Queries::ThrowUserError" when specifying an invalid date --- extensions/ProductDashboard/lib/Queries.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/ProductDashboard') diff --git a/extensions/ProductDashboard/lib/Queries.pm b/extensions/ProductDashboard/lib/Queries.pm index b58298ea8..ec27d3c6c 100644 --- a/extensions/ProductDashboard/lib/Queries.pm +++ b/extensions/ProductDashboard/lib/Queries.pm @@ -30,6 +30,7 @@ use base qw(Exporter); ); use Bugzilla::CGI; +use Bugzilla::Error; use Bugzilla::User; use Bugzilla::Util; use Bugzilla::Component; -- cgit v1.2.3-24-g4f1b