Indenting/white space.
This commit is contained in:
parent
cb6ea771dc
commit
64fc48a5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -761,7 +761,7 @@ Session id will be generated if not specified. In almost every case you should l
|
||||||
sub start {
|
sub start {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $userId = shift;
|
my $userId = shift;
|
||||||
$userId = 1 if ($userId eq "");
|
$userId = 1 if ($userId eq "");
|
||||||
my $sessionId = shift;
|
my $sessionId = shift;
|
||||||
$sessionId = $self->id->generate if ($sessionId eq "");
|
$sessionId = $self->id->generate if ($sessionId eq "");
|
||||||
my $timeout = $self->setting->get('sessionTimeout');
|
my $timeout = $self->setting->get('sessionTimeout');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue