fix [ 1488556 ] blank page after setup
This commit is contained in:
parent
aea9ce76f7
commit
6ba68835e0
5 changed files with 21 additions and 17 deletions
|
|
@ -255,8 +255,7 @@ The current WebGUI::Session object.
|
|||
sub setup {
|
||||
my $session = shift;
|
||||
require WebGUI::Operation::WebGUI;
|
||||
$session->http->sendHeader;
|
||||
$session->output->print(WebGUI::Operation::WebGUI::www_setup($session));
|
||||
WebGUI::Operation::WebGUI::www_setup($session);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue