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

@ -1,4 +1,5 @@
6.3.0
- bugfix [1066824] lib/WebGUI/Forum.pm problem, and the fix
- Fixed the Slash_gatewayUrl macro.
- Added a "Position" property to the DataForm Edit Field interface. This makes it easier to move a field to a certain position. (Len Kranendonk).
- Added the variables "record.edit.icon", "record.delete.url" and "record.delete.icon" to the DataForm DataList template. (Len Kranendonk).

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};