U4-5084 - fix commit
This commit is contained in:
@@ -574,11 +574,6 @@ namespace Umbraco.Web.Models
|
||||
|
||||
#region Enumerate inner IPublishedContent items
|
||||
|
||||
IEnumerator<IPublishedContent> IEnumerable<IPublishedContent>.GetEnumerator()
|
||||
{
|
||||
return GetEnumerator();
|
||||
}
|
||||
|
||||
public IEnumerator<DynamicPublishedContent> GetEnumerator()
|
||||
{
|
||||
return Items.GetEnumerator();
|
||||
|
||||
Reference in New Issue
Block a user