Revert "When opening or duplicating Session objects, pass on any Apache2::Request object"

This reverts commit ed97fa1ecd.
This commit is contained in:
Graham Knop 2009-09-08 11:02:15 -05:00
parent b838102df5
commit b8127bafec
4 changed files with 3 additions and 5 deletions

View file

@ -252,7 +252,7 @@ sub duplicate {
my $newSession = WebGUI::Session->open(
$self->config->getWebguiRoot,
$self->config->getFilename,
$self->request,
undef,
undef,
$self->getId,
);