diff options
Diffstat (limited to 'search_plugin.cgi')
-rw-r--r-- | search_plugin.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/search_plugin.cgi b/search_plugin.cgi index d49106ea7..e3384fcce 100644 --- a/search_plugin.cgi +++ b/search_plugin.cgi @@ -19,6 +19,7 @@ use strict; use lib "."; use Bugzilla; +use Bugzilla::Error; Bugzilla->login(); |