Bugfix published content extension .Next()
This commit is contained in:
@@ -1385,7 +1385,7 @@ namespace Umbraco.Web
|
||||
{
|
||||
if (b4)
|
||||
{
|
||||
if (c == content)
|
||||
if (c.Id == content.Id)
|
||||
b4 = false;
|
||||
else if (wrap && wrapped == null && predicate(c))
|
||||
wrapped = c;
|
||||
|
||||
Reference in New Issue
Block a user