Make Asset::getContainer no longer change the session asset.

This commit is contained in:
Drake 2006-11-07 00:30:44 +00:00
parent 68859ff045
commit 0d1c1ea96a
9 changed files with 16 additions and 12 deletions

View file

@ -373,7 +373,7 @@ sub www_view {
my $self = shift;
return $self->session->privilege->noAccess() unless $self->canView;
# if ($self->session->var->get("adminOn")) {
# return $self->getContainer->www_view;
# return $self->session->asset($self->getContainer)->www_view;
# }
# Kludge for now to make this work with the exporter.