This commit is contained in:
Colin Kuskie 2006-01-05 21:28:54 +00:00
parent 63b1c2edcc
commit 16b9675b0c

View file

@ -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,