merge 8376
This commit is contained in:
parent
2f8869292f
commit
0d9dcbfb12
4 changed files with 44 additions and 17 deletions
|
|
@ -1079,7 +1079,7 @@ sub new {
|
|||
$self->{_groupId} = shift;
|
||||
my $override = shift;
|
||||
|
||||
my $cached = $self->{_session}->stow->get("groupObj");
|
||||
my $cached = $self->{_session}->stow->get("groupObj", { noclone => 1});
|
||||
return $cached->{$self->{_groupId}} if ($cached->{$self->{_groupId}});
|
||||
|
||||
bless $self, $class;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue