mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Typo in class name
--HG-- branch : theming
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Orchard.Environment {
|
||||
|
||||
ControllerBuilder.Current.SetControllerFactory(new OrchardControllerFactory());
|
||||
ViewEngines.Engines.Clear();
|
||||
ViewEngines.Engines.Add(new ThemeArareViewEngineShim());
|
||||
ViewEngines.Engines.Add(new ThemeAwareViewEngineShim());
|
||||
|
||||
var hostContainer = new DefaultOrchardHostContainer(container);
|
||||
//MvcServiceLocator.SetCurrent(hostContainer);
|
||||
|
@@ -4,8 +4,8 @@ using System.Web.Mvc;
|
||||
using Orchard.Environment;
|
||||
|
||||
namespace Orchard.Mvc.ViewEngines.ThemeAwareness {
|
||||
public class ThemeArareViewEngineShim : IViewEngine, IShim {
|
||||
public ThemeArareViewEngineShim() {
|
||||
public class ThemeAwareViewEngineShim : IViewEngine, IShim {
|
||||
public ThemeAwareViewEngineShim() {
|
||||
OrchardHostContainerRegistry.RegisterShim(this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user