bad stow methods fixed
This commit is contained in:
parent
f22be087f1
commit
528d0deaa5
3 changed files with 5 additions and 5 deletions
|
|
@ -345,7 +345,7 @@ Sets this tag as the working tag for the current user.
|
|||
sub setWorking {
|
||||
my $self = shift;
|
||||
$self->session->scratch->set("versionTag",$self->getId);
|
||||
$self->session->stow("versionTag", $self);
|
||||
$self->session->stow->set("versionTag", $self);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue