merging 5.5.5 bugfixes
This commit is contained in:
parent
3a845e9027
commit
cbbb7e8392
15 changed files with 2764 additions and 10 deletions
|
|
@ -159,7 +159,7 @@ sub page {
|
|||
$output = WebGUI::Session::httpHeader()._generatePage($operationOutput);
|
||||
} elsif ($session{page}{redirectURL} && !$session{var}{adminOn}) {
|
||||
$output = WebGUI::Session::httpRedirect(WebGUI::Macro::process($session{page}{redirectURL}));
|
||||
} elsif ($session{header}{redirect} ne "") {
|
||||
} elsif (exists $session{header}{redirect}) {
|
||||
$output = $session{header}{redirect};
|
||||
} elsif ($wobjectOutput ne "") {
|
||||
$output = WebGUI::Session::httpHeader()._generatePage($wobjectOutput);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue