Get the user's DOB back from the server response properly.
parent
542e6b8af4
commit
e7bf6afd3a
|
@ -91,7 +91,7 @@ namespace OpenSim.Services.Interfaces
|
|||
UserTitle = kvp["UserTitle"].ToString();
|
||||
|
||||
if (kvp.ContainsKey("Created"))
|
||||
Convert.ToInt32(kvp["Created"].ToString());
|
||||
Created = Convert.ToInt32(kvp["Created"].ToString());
|
||||
if (kvp.ContainsKey("ServiceURLs") && kvp["ServiceURLs"] != null)
|
||||
{
|
||||
ServiceURLs = new Dictionary<string, object>();
|
||||
|
|
Loading…
Reference in New Issue