Fixed circular reference
This commit is contained in:
parent
a35c81ee06
commit
b22cc241c0
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ Returns a WebGUI::Session::Scratch object.
|
|||
sub scratch {
|
||||
my $self = shift;
|
||||
unless (exists $self->{_scratch}) {
|
||||
$self->{_scratch} = WebGUI::Session::Scratch->new($self->var->get("sessionId"), $self->db);
|
||||
$self->{_scratch} = WebGUI::Session::Scratch->new($self->getId, $self->db);
|
||||
}
|
||||
return $self->{_scratch};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue