From 887ef784297d39e4a03bfc3c1d5e8c33aae8c7ca Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Tue, 27 Jul 2010 17:12:18 -0400 Subject: [PATCH] Don't document WebGUI::Session as taking webguiConfig as it no longer does --- lib/WebGUI/Session.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/WebGUI/Session.pm b/lib/WebGUI/Session.pm index 81dabc7be..8bd660e69 100644 --- a/lib/WebGUI/Session.pm +++ b/lib/WebGUI/Session.pm @@ -436,14 +436,10 @@ sub log { #------------------------------------------------------------------- -=head2 open ( webguiRoot, configFile [, env, sessionId, noFuss ] ) +=head2 open ( configFile [, env, sessionId, noFuss ] ) Constructor. Opens a closed ( or new ) WebGUI session. -=head3 webguiRoot - -The path to the WebGUI files. - =head3 configFile The filename of the config file that WebGUI should operate from, or a WebGUI::Config object