When opening or duplicating Session objects, pass on any Apache2::Request object
stored in the current session.
This commit is contained in:
parent
c557949ef0
commit
ed97fa1ecd
4 changed files with 5 additions and 3 deletions
|
|
@ -252,7 +252,7 @@ sub duplicate {
|
|||
my $newSession = WebGUI::Session->open(
|
||||
$self->config->getWebguiRoot,
|
||||
$self->config->getFilename,
|
||||
undef,
|
||||
$self->request,
|
||||
undef,
|
||||
$self->getId,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue