From: mkanat%bugzilla.org <> Date: Wed, 19 Sep 2007 04:36:59 +0000 (+0000) Subject: Bug 396616: SetParam error when changing a group name in editgroups.cgi X-Git-Tag: bugzilla-3.1.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0faf67420182533b8351d04e19972d084e51d6;p=thirdparty%2Fbugzilla.git Bug 396616: SetParam error when changing a group name in editgroups.cgi Patch By Albert Ting r=mkanat, r=LpSolit, a=mkanat --- diff --git a/Bugzilla/Group.pm b/Bugzilla/Group.pm index 6bdacbe6dd..d9f49c0747 100644 --- a/Bugzilla/Group.pm +++ b/Bugzilla/Group.pm @@ -31,6 +31,7 @@ use base qw(Bugzilla::Object); use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::Error; +use Bugzilla::Config qw(:admin); ############################### ##### Module Initialization ###