Make Asset::getContainer no longer change the session asset.
This commit is contained in:
parent
68859ff045
commit
0d1c1ea96a
9 changed files with 16 additions and 12 deletions
|
|
@ -329,7 +329,8 @@ sub www_deleteEventConfirm {
|
|||
} else {
|
||||
$self->trash;
|
||||
}
|
||||
return $self->getParent->getContainer->www_view;;
|
||||
|
||||
return $self->session->asset($self->getParent->getContainer)->www_view;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue