had a return where there shouldn't have been one
This commit is contained in:
parent
f48881a61c
commit
f6d36f47ec
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ sub contentHandler {
|
|||
} elsif ($session{setting}{specialState} eq "upgrading") {
|
||||
$r->print(upgrading());
|
||||
} elsif ($session{setting}{specialState} eq "init") {
|
||||
return $r->print(setup());
|
||||
$r->print(setup());
|
||||
} else {
|
||||
my $output = "";
|
||||
if (WebGUI::ErrorHandler::canShowPerformanceIndicators()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue