Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7

This commit is contained in:
Shannon
2015-07-17 11:09:48 +02:00

View File

@@ -263,7 +263,6 @@ namespace Umbraco.Core.Sync
//we cannot throw here because this invalid instruction will just keep getting processed over and over and errors
// will be thrown over and over. The only thing we can do is ignore and move on.
lastId = dto.Id;
continue; continue;
}
}