Bug #554650 fixed.
This commit is contained in:
parent
59cd8c9111
commit
33bc8587f5
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ sub _getUserInfo {
|
|||
}
|
||||
%profile = WebGUI::SQL->buildHash("select userProfileField.fieldName, userProfileData.fieldData from userProfileData, userProfileField where userProfileData.fieldName=userProfileField.fieldName and userProfileData.userId=$user{userId}", $_[1]);
|
||||
%user = (%user, %profile);
|
||||
$user{language} = 'English' if ($user{language} eq "");
|
||||
return \%user;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue