diff options
author | mkanat%bugzilla.org <> | 2007-09-19 06:36:59 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-09-19 06:36:59 +0200 |
commit | 7e0faf67420182533b8351d04e19972d084e51d6 (patch) | |
tree | a9228f7928b5820d134cde8986a7f220fc5e65fa | |
parent | 052c5ebc181807287a6c9d972dbed7405cd00ef2 (diff) | |
download | bugzilla-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
-rw-r--r-- | Bugzilla/Group.pm | 1 |
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 ### |