- fix: viewIndividualSurvey shows "Answer" lines in Survey mode
fixed more spectre memory bugs
This commit is contained in:
parent
5fb7a3c627
commit
aa10f84d87
5 changed files with 6 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ sub contentHandler {
|
|||
### inherit Apache request.
|
||||
my $r = shift;
|
||||
my $configFile = shift || $r->dir_config('WebguiConfig');
|
||||
### Instantiate the API for this httpd instance.
|
||||
### nstantiate the API for this httpd instance.
|
||||
my $s = Apache2::ServerUtil->server;
|
||||
### Open new or existing user session based on user-agent's cookie.
|
||||
my $session = WebGUI::Session->open($s->dir_config('WebguiRoot'),$configFile,$r, $s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue