bad stow methods fixed

This commit is contained in:
Colin Kuskie 2006-03-17 19:06:12 +00:00
parent f22be087f1
commit 528d0deaa5
3 changed files with 5 additions and 5 deletions

View file

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