more bug fixes
This commit is contained in:
parent
5a58632ee0
commit
07c7cf6098
2 changed files with 3 additions and 2 deletions
|
|
@ -622,7 +622,8 @@ A reference to the current session.
|
|||
|
||||
sub new {
|
||||
my $class = shift;
|
||||
bless {_session=>shift}, $class;
|
||||
my $session = shift;
|
||||
bless {_session=>$session}, $class;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue