Mantis #7933: copy-paste bug in avn code.

LSLKeyTest
Diva Canto 2016-06-23 13:53:42 -07:00
parent cec5682da9
commit 758e1e2535
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ namespace OpenSim.Services.UserAccountService
if (d.Data.ContainsKey("UserCountry") && d.Data["UserCountry"] != null)
u.UserCountry = d.Data["UserCountry"].ToString();
else
u.UserTitle = string.Empty;
u.UserCountry = string.Empty;
if (d.Data.ContainsKey("ServiceURLs") && d.Data["ServiceURLs"] != null)
{