Fixes composition in Media Types

This commit is contained in:
Robert
2019-01-22 14:30:23 +01:00
parent 9628d6f761
commit 1fc2ea9345

View File

@@ -174,7 +174,7 @@ namespace Umbraco.Web.Editors
break;
case UmbracoObjectTypes.MediaType:
source = Services.ContentTypeService.Get(contentTypeId);
source = Services.MediaTypeService.Get(contentTypeId);
break;
case UmbracoObjectTypes.MemberType: