From: lpsolit%gmail.com <> Date: Thu, 13 Jul 2006 19:11:56 +0000 (+0000) Subject: Bug 344497: Cannot create new bugs (affects the 2.23.2 release) - Patch by Frédéric... X-Git-Tag: bugzilla-2.23.3~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09d16e3f312e69658af8899d246ba2470131444f;p=thirdparty%2Fbugzilla.git Bug 344497: Cannot create new bugs (affects the 2.23.2 release) - Patch by Frédéric Buclin r=timeless r=mkanat (emergency checkin) --- diff --git a/post_bug.cgi b/post_bug.cgi index d27ce22a75..2fa6576f2c 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -36,6 +36,7 @@ use Bugzilla::Bug; use Bugzilla::User; use Bugzilla::Field; use Bugzilla::Product; +use Bugzilla::Component; use Bugzilla::Keyword; use Bugzilla::Token;