un-b0rk3d the commerce system

This commit is contained in:
Roy Johnson 2006-03-19 23:51:06 +00:00
parent 0ee2d2ad66
commit 84d43b8d19
4 changed files with 10 additions and 9 deletions

View file

@ -476,7 +476,7 @@ Returns the cached, local session variable.
=cut
sub session {
my ($self) = @_;
my $self = shift;
return $self->{_session};
}