Fixes for search of members + Removed fixme in member that apparently are not necessary after tags refactoring
This commit is contained in:
@@ -954,7 +954,7 @@ namespace Umbraco.Web
|
||||
/// </remarks>
|
||||
public static IEnumerable<IPublishedContent> Children(this IPublishedContent content, string culture = null)
|
||||
{
|
||||
if (content == null) throw new ArgumentNullException(nameof(content)); // fixme/task wtf is this?
|
||||
if (content == null) throw new ArgumentNullException(nameof(content));
|
||||
|
||||
return content.Children.WhereIsInvariantOrHasCulture(culture);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user