fix - WG user not logged in Apache
This commit is contained in:
parent
76af04f71b
commit
ad7e894fbc
3 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue