summaryrefslogtreecommitdiffstats
path: root/search_plugin.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'search_plugin.cgi')
-rwxr-xr-xsearch_plugin.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/search_plugin.cgi b/search_plugin.cgi
index 329ed6f0c..416d250f4 100755
--- a/search_plugin.cgi
+++ b/search_plugin.cgi
@@ -18,9 +18,9 @@ use Bugzilla::Constants;
Bugzilla->login();
-my $cgi = Bugzilla->cgi;
+my $cgi = Bugzilla->cgi;
my $template = Bugzilla->template;
-my $vars = {};
+my $vars = {};
# Return the appropriate HTTP response headers.
print $cgi->header('application/xml');