]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 283445: Fix compile failure regression from bug 212940 (missing $dbh)
authorjustdave%bugzilla.org <>
Thu, 24 Feb 2005 22:53:41 +0000 (22:53 +0000)
committerjustdave%bugzilla.org <>
Thu, 24 Feb 2005 22:53:41 +0000 (22:53 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>
r= LpSolit, a= justdave

process_bug.cgi

index fa3070bcd807974e1361469096ff82783c37462d..784f313af033b630de73617c8e699f14bae77ed3 100755 (executable)
@@ -60,6 +60,7 @@ my $user = Bugzilla->login(LOGIN_REQUIRED);
 my $whoid = $user->id;
 
 my $cgi = Bugzilla->cgi;
+my $dbh = Bugzilla->dbh;
 
 my $requiremilestone = 0;