Deal with fixme/review

This commit is contained in:
Stephan
2018-11-15 13:25:21 +01:00
parent b515aea8dd
commit eb37e03ebc
6 changed files with 40 additions and 40 deletions

View File

@@ -153,7 +153,6 @@ namespace Umbraco.Core.Models
=> _cultureInfos?.Keys ?? Enumerable.Empty<string>();
/// <inheritdoc />
// fixme/review: Do we deal with passing in * here since this can happen when publishing branches
public bool IsCultureAvailable(string culture)
=> _cultureInfos != null && _cultureInfos.ContainsKey(culture);