aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-01-31 13:12:04 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2016-01-31 13:12:04 -0800
commit42950148e7c8974dfbc21939f7852b768b3e3733 (patch)
treeea7c0cadf48de5c2f70d7ff94e21ba8998c7e22c
parentcustom_userhistory: cleanup args. (diff)
downloadbugzilla-42950148e7c8974dfbc21939f7852b768b3e3733.tar.gz
bugzilla-42950148e7c8974dfbc21939f7852b768b3e3733.tar.bz2
bugzilla-42950148e7c8974dfbc21939f7852b768b3e3733.zip
custom_userhistory: Missed a variable decl.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xcustom_userhistory.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_userhistory.cgi b/custom_userhistory.cgi
index d7e9a8549..85e01cb37 100755
--- a/custom_userhistory.cgi
+++ b/custom_userhistory.cgi
@@ -14,7 +14,7 @@ my $vars = {};
my $myuser = Bugzilla->login(LOGIN_REQUIRED);
my $dbh = Bugzilla->switch_to_shadow_db();
my @bindValues;
-my ($query, $matchstr, $userid, $limit);
+my ($query, $matchstr, $userid, $limit, $login_name);
print $cgi->header();