fix a typo in Auth.pm for the profile method
This commit is contained in:
parent
4519ecb261
commit
a915b15cd7
1 changed files with 1 additions and 1 deletions
|
|
@ -759,7 +759,7 @@ Sets or returns the Profile hash for a user.
|
||||||
|
|
||||||
sub profile {
|
sub profile {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
return $self->{profile} if ($_[0]);
|
return $self->{profile} if (!$_[0]);
|
||||||
$self->{profile} = $_[0];
|
$self->{profile} = $_[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue