bug fixing
This commit is contained in:
parent
16c84a5d82
commit
02f64b827b
3 changed files with 63 additions and 2 deletions
|
|
@ -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("~~~");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue