mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Getting the comment count on the content list view in the admin and blog posts to use more of the generic content templating
- + blog posts get translation functionality --HG-- branch : dev
This commit is contained in:
@@ -24,7 +24,6 @@ using Orchard.Reports.Services;
|
||||
using Orchard.Security;
|
||||
using Orchard.Settings;
|
||||
using Orchard.Themes;
|
||||
using Orchard.UI.Notify;
|
||||
using Orchard.Environment.State;
|
||||
using Orchard.Data.Migration;
|
||||
|
||||
@@ -39,7 +38,6 @@ namespace Orchard.Setup.Services {
|
||||
|
||||
public SetupService(
|
||||
ShellSettings shellSettings,
|
||||
INotifier notifier,
|
||||
IOrchardHost orchardHost,
|
||||
IShellSettingsManager shellSettingsManager,
|
||||
IShellContainerFactory shellContainerFactory,
|
||||
|
Reference in New Issue
Block a user