From f6d36f47ec32b305307da50dfa03e154512e24ef Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 4 Dec 2005 22:28:43 +0000 Subject: [PATCH] had a return where there shouldn't have been one --- lib/WebGUI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 5ca643a36..ff177c898 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -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()) {