fixed bug #1066824, missing assign to groupToView
This commit is contained in:
parent
dd9b1693cf
commit
a7c1ff357d
2 changed files with 2 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue