fix - WG user not logged in Apache

This commit is contained in:
Roy Johnson 2006-06-23 15:14:10 +00:00
parent 76af04f71b
commit ad7e894fbc
3 changed files with 2 additions and 1 deletions

View file

@ -93,6 +93,7 @@ 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