fixed bug #1066824, missing assign to groupToView

This commit is contained in:
Colin Kuskie 2004-11-15 21:51:51 +00:00
parent dd9b1693cf
commit a7c1ff357d
2 changed files with 2 additions and 0 deletions

View file

@ -324,6 +324,7 @@ sub new {
$properties->{allowReplacements} = $master->{allowReplacements};
$properties->{filterPosts} = $master->{filterPosts};
$properties->{karmaPerPost} = $master->{karmaPerPost};
$properties->{groupToView} = $master->{groupToView};
$properties->{groupToPost} = $master->{groupToPost};
$properties->{groupToModerate} = $master->{groupToModerate};
$properties->{moderatePosts} = $master->{moderatePosts};