From 16b9675b0ce0689cd38b3edcb8e4272865945708 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 5 Jan 2006 21:28:54 +0000 Subject: [PATCH] fix typo --- lib/WebGUI/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/User.pm b/lib/WebGUI/User.pm index 9e93057f7..3754854b5 100644 --- a/lib/WebGUI/User.pm +++ b/lib/WebGUI/User.pm @@ -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,