fix typo
This commit is contained in:
parent
63b1c2edcc
commit
16b9675b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ sub new {
|
|||
}
|
||||
}
|
||||
}
|
||||
$profile{alias} = $user{username} if ($profile{alias}} =~ /^\W+$/ || $profile{alias} eq "");
|
||||
$profile{alias} = $user{username} if ($profile{alias} =~ /^\W+$/ || $profile{alias} eq "");
|
||||
$userData = {
|
||||
_userId => $userId,
|
||||
_user => \%user,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue