bug fixing

This commit is contained in:
JT Smith 2006-02-14 19:04:09 +00:00
parent 16c84a5d82
commit 02f64b827b
3 changed files with 63 additions and 2 deletions

View file

@ -592,6 +592,8 @@ sub www_view {
return "";
}
$self->logView();
# must find a way to do this next line better
$self->session->http->setCookie("wgSession",$self->session->var->{_var}{sessionId}) unless $self->session->var->{_var}{sessionId} eq $self->session->http->getCookies->{"wgSession"};
$self->session->http->getHeader;
$self->prepareView;
my $style = $self->processStyle("~~~");