mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
"modules" -> "features" in the SetupController to clear up what's being enabled
--HG-- branch : dev
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Orchard.Setup.Controllers {
|
|||||||
DataTablePrefix = model.DatabaseTablePrefix,
|
DataTablePrefix = model.DatabaseTablePrefix,
|
||||||
};
|
};
|
||||||
|
|
||||||
// The vanilla Orchard distibution has the following modules enabled.
|
// The vanilla Orchard distibution has the following features enabled.
|
||||||
const string hardcoded =
|
const string hardcoded =
|
||||||
@"Orchard.Framework,
|
@"Orchard.Framework,
|
||||||
Common,Dashboard,Feeds,HomePage,Navigation,Scheduling,Settings,XmlRpc,
|
Common,Dashboard,Feeds,HomePage,Navigation,Scheduling,Settings,XmlRpc,
|
||||||
|
Reference in New Issue
Block a user