]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 396616: SetParam error when changing a group name in editgroups.cgi
authormkanat%bugzilla.org <>
Wed, 19 Sep 2007 04:36:59 +0000 (04:36 +0000)
committermkanat%bugzilla.org <>
Wed, 19 Sep 2007 04:36:59 +0000 (04:36 +0000)
Patch By Albert Ting <altlist@gmail.com> r=mkanat, r=LpSolit, a=mkanat

Bugzilla/Group.pm

index 6bdacbe6dd104ff9c103aad5514512d71882d978..d9f49c0747ef530e6d87741cbb02b72c2c5c4431 100644 (file)
@@ -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 ###