summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Group.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-09-19 06:36:59 +0200
committermkanat%bugzilla.org <>2007-09-19 06:36:59 +0200
commit7e0faf67420182533b8351d04e19972d084e51d6 (patch)
treea9228f7928b5820d134cde8986a7f220fc5e65fa /Bugzilla/Group.pm
parent052c5ebc181807287a6c9d972dbed7405cd00ef2 (diff)
downloadbugzilla-7e0faf67420182533b8351d04e19972d084e51d6.tar.gz
bugzilla-7e0faf67420182533b8351d04e19972d084e51d6.tar.xz
Bug 396616: SetParam error when changing a group name in editgroups.cgi
Patch By Albert Ting <altlist@gmail.com> r=mkanat, r=LpSolit, a=mkanat
Diffstat (limited to 'Bugzilla/Group.pm')
-rw-r--r--Bugzilla/Group.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Group.pm b/Bugzilla/Group.pm
index 6bdacbe6d..d9f49c074 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 ###