Fix link security issue

This commit is contained in:
Melanie
2010-04-30 11:46:50 +01:00
parent 43acd99bb3
commit 04845c1898
7 changed files with 68 additions and 41 deletions

View File

@@ -6084,7 +6084,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
DelinkObjects handlerDelinkObjects = OnDelinkObjects;
if (handlerDelinkObjects != null)
{
handlerDelinkObjects(prims);
handlerDelinkObjects(prims, this);
}
return true;