mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
PascalCasing base theme property
--HG-- branch : dev
This commit is contained in:
@@ -127,7 +127,7 @@ namespace Orchard.Environment.Extensions.Folders {
|
||||
Tags = GetValue(fields, "Tags"),
|
||||
AntiForgery = GetValue(fields, "AntiForgery"),
|
||||
Zones = GetValue(fields, "Zones"),
|
||||
BaseTheme = GetValue(fields, "basetheme"),
|
||||
BaseTheme = GetValue(fields, "BaseTheme"),
|
||||
};
|
||||
|
||||
extensionDescriptor.Features = GetFeaturesForExtension(GetMapping(fields, "Features"), extensionDescriptor);
|
||||
|
Reference in New Issue
Block a user