mirror of
https://github.com/opensim/opensim.git
synced 2026-07-08 13:56:26 +08:00
Fix issue with editing notes for other avatars
This commit is contained in:
@@ -546,6 +546,10 @@ namespace OpenSim.Data.MySQL
|
||||
reader.Read();
|
||||
notes.Notes = OSD.FromString((string)reader["notes"]);
|
||||
}
|
||||
else
|
||||
{
|
||||
notes.Notes = OSD.FromString("");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user