Be friendly

This commit is contained in:
Stephan
2019-02-06 15:05:56 +01:00
parent 48e11ab439
commit 0be5ff64bc
6 changed files with 7 additions and 7 deletions

View File

@@ -587,7 +587,7 @@ namespace Umbraco.Tests.LegacyXmlPublishedCache
{
int id;
if (int.TryParse(itemm.GetAttribute("id", ""), out id) == false)
continue; // wtf?
continue; // uh?
var captured = itemm;
var cacheValues = GetCacheValues(id, idd => ConvertFromXPathNavigator(captured));
mediaList.Add(CreateFromCacheValues(cacheValues));