diff --git a/src/Orchard.Web/Core/Containers/Services/ContainerService.cs b/src/Orchard.Web/Core/Containers/Services/ContainerService.cs index d63738d4b..c653bd28e 100644 --- a/src/Orchard.Web/Core/Containers/Services/ContainerService.cs +++ b/src/Orchard.Web/Core/Containers/Services/ContainerService.cs @@ -71,7 +71,7 @@ namespace Orchard.Core.Containers.Services { public IContentQuery GetContainersQuery(VersionOptions options = null) { options = options ?? VersionOptions.Published; - return _contentManager.Query(options); + return _contentManager.Query(options); } public ContainerPart Get(int id, VersionOptions options = null) {