fixed a 31 day bug in the Itransact module and a runaway process bug in the collaboration system

This commit is contained in:
JT Smith 2005-06-03 02:50:44 +00:00
parent b709a5081e
commit a0a3c7463a
3 changed files with 4 additions and 1 deletions

View file

@ -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"));
}
#-------------------------------------------------------------------