From 0e9b793af9ead71ae894027328abaf1e0b17a5ce Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 17 Jun 2010 10:26:56 -0500 Subject: [PATCH] fix WebGUI::Session->duplicate --- lib/WebGUI/Session.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Session.pm b/lib/WebGUI/Session.pm index 056d82f9b..628bbaeb0 100644 --- a/lib/WebGUI/Session.pm +++ b/lib/WebGUI/Session.pm @@ -299,7 +299,6 @@ sub duplicate { my $newSession = WebGUI::Session->open( $self->config, undef, - undef, $self->getId, ); return $newSession;