Fixed a typo in the Friends packaging (Pricipal -> Principal) that was making offline friendship offers fail in grids.
parent
31dc77d8a1
commit
739b5e2c08
|
@ -62,7 +62,7 @@ namespace OpenSim.Services.Interfaces
|
|||
public Dictionary<string, object> ToKeyValuePairs()
|
||||
{
|
||||
Dictionary<string, object> result = new Dictionary<string, object>();
|
||||
result["PricipalID"] = PrincipalID.ToString();
|
||||
result["PrincipalID"] = PrincipalID.ToString();
|
||||
result["Friend"] = Friend;
|
||||
result["MyFlags"] = MyFlags.ToString();
|
||||
result["TheirFlags"] = TheirFlags.ToString();
|
||||
|
|
Loading…
Reference in New Issue