From: lpsolit%gmail.com <> Date: Fri, 29 Sep 2006 05:19:33 +0000 (+0000) Subject: Fix on checkin for bug 354661 X-Git-Tag: bugzilla-2.23.3~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4a1df177e7804f9bf98edfba7fde3a74a0ecbae;p=thirdparty%2Fbugzilla.git Fix on checkin for bug 354661 --- diff --git a/search_plugin.cgi b/search_plugin.cgi index d49106ea74..e3384fcced 100644 --- a/search_plugin.cgi +++ b/search_plugin.cgi @@ -19,6 +19,7 @@ use strict; use lib "."; use Bugzilla; +use Bugzilla::Error; Bugzilla->login();