From 2db1dfe7fbab85d343c26d2eb8d314a20d139eac Mon Sep 17 00:00:00 2001 From: starfighter83 Date: Thu, 25 Aug 2011 06:02:34 -0200 Subject: [PATCH] Fixes Deleting/Changing the default language en-US not possible Work Items: 28788 --- umbraco/cms/businesslogic/language/Language.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/umbraco/cms/businesslogic/language/Language.cs b/umbraco/cms/businesslogic/language/Language.cs index e4098b72f3..594707e84c 100644 --- a/umbraco/cms/businesslogic/language/Language.cs +++ b/umbraco/cms/businesslogic/language/Language.cs @@ -272,10 +272,10 @@ namespace umbraco.cms.businesslogic.language { - if (this.id == DefaultLanguageId) - { - throw new InvalidOperationException("You cannot delete the default language: en-US"); - } + //if (this.id == DefaultLanguageId) + //{ + // throw new InvalidOperationException("You cannot delete the default language: en-US"); + //} if (SqlHelper.ExecuteScalar("SELECT count(id) FROM umbracoDomains where domainDefaultLanguage = @id",