tons of bug fixes.

This commit is contained in:
Matthew Wilson 2006-01-18 14:41:12 +00:00
parent 6f112057bb
commit 2069da5fdb
15 changed files with 76 additions and 61 deletions

View file

@ -344,7 +344,7 @@ sub www_editBranchSave {
}
}
delete $self->{_parent};
$self->session->asset = $self->getParent;
$self->session->asset($self->getParent);
return $self->getParent->www_manageAssets;
}