Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-09-26 23:57:06 +01:00
5 changed files with 12 additions and 10 deletions

View File

@@ -183,7 +183,8 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
if (m_TransferModule != null)
{
im.fromAgentName = client.FirstName + " " + client.LastName;
if (client != null)
im.fromAgentName = client.FirstName + " " + client.LastName;
m_TransferModule.SendInstantMessage(im,
delegate(bool success)
{