rename ImapTileModule as IMAPImageUploadModule to match core

This commit is contained in:
UbitUmarov
2015-08-24 11:06:12 +01:00
parent 018d855f28
commit cbc569a1e0
4 changed files with 7 additions and 7 deletions

View File

@@ -2243,7 +2243,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
Scene scene = null;
GetSceneFromRegionParams(requestData, responseData, out scene);
IMapTileModule mapTileModule = scene.RequestModuleInterface<IMapTileModule>();
IMapImageUploadModule mapTileModule = scene.RequestModuleInterface<IMapImageUploadModule>();
if (mapTileModule != null)
{
Util.FireAndForget((x) =>