Comment the asset deletion handler. It can be abused and is not currently

needed.
avinationmerge
Melanie 2010-01-18 17:35:49 +00:00
parent e3dbd79543
commit 6772c9d2b6
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ namespace OpenSim.Server.Handlers.Asset
if (p.Length > 0)
{
result = m_AssetService.Delete(p[0]);
// result = m_AssetService.Delete(p[0]);
}
XmlSerializer xs = new XmlSerializer(typeof(bool));