Fix old group typo

This commit is contained in:
Jamie Cameron
2010-08-22 18:40:56 -07:00
parent 6b5358e899
commit 3a2c6d7be7

View File

@@ -148,7 +148,7 @@ else {
if ($in{'others'}) {
local $error_must_die = 1;
eval {
if (%ouser) {
if (%ogroup) {
&other_modules("useradmin_modify_group",
\%group, \%ogroup);
}