More performance friendly fix for the Apache User problem

This commit is contained in:
Roy Johnson 2006-06-23 15:45:03 +00:00
parent ad7e894fbc
commit f8e69afdf4
2 changed files with 4 additions and 3 deletions

View file

@ -93,7 +93,6 @@ sub contentHandler {
} elsif ($session->setting->get("specialState") eq "upgrading") {
upgrading($session);
} else {
$r->user($session->user->username); # Tell Apache who's getting this page
my $output = processOperations($session);
if ($output ne "") {
# do nothing because we have operation output to display