Simplifies more of the interface config collection to reduce nesting.

This commit is contained in:
Shannon
2013-09-16 16:16:42 +10:00
parent 09b68a75be
commit bd644bc707
44 changed files with 356 additions and 401 deletions

View File

@@ -57,7 +57,7 @@ namespace Umbraco.Core.Strings
static void InitializeLegacyUrlReplaceCharacters()
{
foreach (var node in UmbracoConfiguration.Current.UmbracoSettings.RequestHandler.UrlReplacing.CharCollection)
foreach (var node in UmbracoConfiguration.Current.UmbracoSettings.RequestHandler.CharCollection)
{
if (node.Char.IsNullOrWhiteSpace() == false)
UrlReplaceCharacters[node.Char] = node.Replacement;