summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-05-06 10:48:22 +0200
committerByron Jones <bjones@mozilla.com>2013-05-06 10:48:22 +0200
commit2c8044901bea08cecfe23a2baf81387628c33fd9 (patch)
tree91fb5ef674959105ad0937a15f8ac8a69d7e4e56 /extensions/ProductDashboard
parent249ffd3fc2c30023e4d8ebcf97e1cf4f52beb198 (diff)
downloadbugzilla-2c8044901bea08cecfe23a2baf81387628c33fd9.tar.gz
bugzilla-2c8044901bea08cecfe23a2baf81387628c33fd9.tar.xz
Bug 868935: "Undefined subroutine &Bugzilla::Extension::ProductDashboard::Queries::ThrowUserError" when specifying an invalid date
Diffstat (limited to 'extensions/ProductDashboard')
-rw-r--r--extensions/ProductDashboard/lib/Queries.pm1
1 files changed, 1 insertions, 0 deletions
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;