Add the requesting avatar id to the notes request

git-svn-id: http://forge.opensimulator.org/svn/osprofile/trunk@7 19860011-0018-435d-96ae-4a7b0aaa3128
This commit is contained in:
melanie
2008-12-24 21:44:01 +00:00
parent 72672f1caa
commit e4c84d08d1
@@ -216,6 +216,8 @@ namespace OpenSimProfile.Modules.OpenProfile
IClientAPI remoteClient = (IClientAPI)sender;
Hashtable ReqHash = new Hashtable();
ReqHash["avatar_id"] = remoteClient.AgentId.ToString();
ReqHash["uuid"] = args[0];
Hashtable result = GenericXMLRPCRequest(ReqHash,