fix merge problems

This commit is contained in:
Doug Bell 2010-07-12 15:52:38 -05:00
parent babfa74209
commit 29b1f794cd
14 changed files with 174 additions and 357 deletions

View file

@ -222,7 +222,7 @@ sub commitAsUser {
return 0 unless (defined $userId);
#Open a new session
my $new_session = WebGUI::Session->open( $config->getWebguiRoot, $config->getFilename );
my $new_session = WebGUI::Session->open( $config->getFilename );
#Set the userId in the new session
$new_session->user( { userId => $userId } );