fixed a 31 day bug in the Itransact module and a runaway process bug in the collaboration system
This commit is contained in:
parent
b709a5081e
commit
a0a3c7463a
3 changed files with 4 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ sub canEdit {
|
|||
#-------------------------------------------------------------------
|
||||
sub canModerate {
|
||||
my $self = shift;
|
||||
return WebGUI::Grouping::isInGroup($self->get("moderateGroupId")) || $self->canEdit;
|
||||
return WebGUI::Grouping::isInGroup($self->get("moderateGroupId"));
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue