oodles of fixes.
This commit is contained in:
parent
029dca1f2e
commit
65823b1f53
38 changed files with 87 additions and 84 deletions
|
|
@ -360,7 +360,7 @@ sub getLineage {
|
|||
if ($self->getId eq $id) { # possibly save ourselves a hit to the database
|
||||
$asset = $self;
|
||||
} else {
|
||||
$asset = WebGUI::Asset->new($id, $class, $version);
|
||||
$asset = WebGUI::Asset->new($self->session,$id, $class, $version);
|
||||
}
|
||||
} else {
|
||||
$asset = $id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue