Skip to content

Commit

Permalink
Missed change from commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfio committed Oct 11, 2024
1 parent ae0191a commit 3dee2dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ umbracoContext.Domains is null ||
if (combinedUri is null)
return null;

return ToUrlInfo(combinedUri, mode, culture, defaultCulture, current);
return ToUrlInfo(combinedUri, mode, culture, current);
}

return null;
Expand Down Expand Up @@ -112,7 +112,7 @@ umbracoContext.Content is null ||
if (uri is null)
continue;

var url = ToUrlInfo(uri, UrlMode.Absolute, culture, defaultCulture, mappedDomain.Uri);
var url = ToUrlInfo(uri, UrlMode.Absolute, culture, mappedDomain.Uri);

urls.Add(url);
}
Expand Down

0 comments on commit 3dee2dc

Please sign in to comment.