diff options
author | Byron Jones <bjones@mozilla.com> | 2013-05-06 10:48:22 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-05-06 10:48:22 +0200 |
commit | 2c8044901bea08cecfe23a2baf81387628c33fd9 (patch) | |
tree | 91fb5ef674959105ad0937a15f8ac8a69d7e4e56 /extensions/ProductDashboard | |
parent | 249ffd3fc2c30023e4d8ebcf97e1cf4f52beb198 (diff) | |
download | bugzilla-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.pm | 1 |
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; |