mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Get the user's DOB back from the server response properly.
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user