Indenting/white space.

This commit is contained in:
Colin Kuskie 2010-11-15 11:02:32 -08:00
parent cb6ea771dc
commit 64fc48a5f4

View file

@ -761,7 +761,7 @@ Session id will be generated if not specified. In almost every case you should l
sub start {
my $self = shift;
my $userId = shift;
$userId = 1 if ($userId eq "");
$userId = 1 if ($userId eq "");
my $sessionId = shift;
$sessionId = $self->id->generate if ($sessionId eq "");
my $timeout = $self->setting->get('sessionTimeout');