mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fix typo
--HG-- branch : dev
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Orchard.Themes.Services {
|
|||||||
while (!string.IsNullOrWhiteSpace(baseThemeName)) {
|
while (!string.IsNullOrWhiteSpace(baseThemeName)) {
|
||||||
//todo: (heskew) need a better way to protect from recursive references
|
//todo: (heskew) need a better way to protect from recursive references
|
||||||
if (themesSeen.Contains(baseThemeName))
|
if (themesSeen.Contains(baseThemeName))
|
||||||
throw new InvalidOperationException(T("The theme \"{0}\" was already seen - looks like we're going aruond in circles.", baseThemeName).Text);
|
throw new InvalidOperationException(T("The theme \"{0}\" was already seen - looks like we're going around in circles.", baseThemeName).Text);
|
||||||
themesSeen.Add(baseThemeName);
|
themesSeen.Add(baseThemeName);
|
||||||
|
|
||||||
var baseTheme = GetThemeByName(baseThemeName);
|
var baseTheme = GetThemeByName(baseThemeName);
|
||||||
|
Reference in New Issue
Block a user