Double my creates old version tag that is not found outside the scope.
This commit is contained in:
parent
970ac6121d
commit
9a9b33b4b3
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ sub addRevision {
|
||||||
$workingTag = WebGUI::VersionTag->getWorking( $session );
|
$workingTag = WebGUI::VersionTag->getWorking( $session );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
my $oldWorking = WebGUI::VersionTag->getWorking($session, 'noCreate');
|
$oldWorking = WebGUI::VersionTag->getWorking($session, 'noCreate');
|
||||||
$workingTag = WebGUI::VersionTag->new( $session, $parentAsset->tagId );
|
$workingTag = WebGUI::VersionTag->new( $session, $parentAsset->tagId );
|
||||||
$workingTag->setWorking();
|
$workingTag->setWorking();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue