fix WebGUI::Session->duplicate
This commit is contained in:
parent
29428d7d40
commit
0e9b793af9
1 changed files with 0 additions and 1 deletions
|
|
@ -299,7 +299,6 @@ sub duplicate {
|
||||||
my $newSession = WebGUI::Session->open(
|
my $newSession = WebGUI::Session->open(
|
||||||
$self->config,
|
$self->config,
|
||||||
undef,
|
undef,
|
||||||
undef,
|
|
||||||
$self->getId,
|
$self->getId,
|
||||||
);
|
);
|
||||||
return $newSession;
|
return $newSession;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue