mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 03:14:10 +08:00
Fixing Widget / Scripting / Framework dependency loading.
--HG-- branch : dev
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Orchard.Setup.Services {
|
||||
string[] hardcoded = {
|
||||
// Framework
|
||||
"Orchard.Framework",
|
||||
|
||||
|
||||
// Core
|
||||
"Common",
|
||||
"Containers",
|
||||
@@ -98,6 +98,7 @@ namespace Orchard.Setup.Services {
|
||||
"Orchard.Tags",
|
||||
"Orchard.Themes",
|
||||
"Orchard.Users",
|
||||
"Orchard.Scripting",
|
||||
"Orchard.Widgets",
|
||||
"TinyMce",
|
||||
|
||||
@@ -108,7 +109,6 @@ namespace Orchard.Setup.Services {
|
||||
context.EnabledFeatures = hardcoded;
|
||||
}
|
||||
|
||||
|
||||
var shellSettings = new ShellSettings(_shellSettings);
|
||||
|
||||
if (string.IsNullOrEmpty(shellSettings.DataProvider)) {
|
||||
|
Reference in New Issue
Block a user