had a return where there shouldn't have been one

This commit is contained in:
JT Smith 2005-12-04 22:28:43 +00:00
parent f48881a61c
commit f6d36f47ec

View file

@ -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()) {