Merge branch 'dev-v7' into temp-U4-7178-media-library

Conflicts:
	build/UmbracoVersion.txt
	src/Umbraco.Core/Configuration/UmbracoVersion.cs
	src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
This commit is contained in:
Mads Rasmussen
2015-10-19 16:59:10 +02:00

View File

@@ -176,7 +176,7 @@ namespace Umbraco.Web.Editors
}
else
{
var contentItem = Services.ContentService.GetById(contentId);
var contentItem = Services.MediaService.GetById(contentId);
if (contentItem == null)
{
return Enumerable.Empty<ContentTypeBasic>();