mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-08 00:14:31 +08:00
Merge pull request #6601 from jtkech/patch-16
Fixes 1.10.x compilation errors
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Linq;
|
||||
using System.Web.Mvc;
|
||||
using Orchard.Taxonomies.Models;
|
||||
using Orchard.Localization;
|
||||
using Orchard.Mvc.Html;
|
||||
using Orchard.Taxonomies.ViewModels;
|
||||
using Orchard.Taxonomies.Services;
|
||||
using Orchard.UI.Admin;
|
||||
|
@@ -35,7 +35,7 @@ namespace Orchard.Environment {
|
||||
private IEnumerable<ShellContext> _shellContexts;
|
||||
private readonly ContextState<IList<ShellSettings>> _tenantsToRestart;
|
||||
|
||||
|
||||
public int Retries { get; set; }
|
||||
public bool DelayRetries { get; set; }
|
||||
|
||||
public DefaultOrchardHost(
|
||||
|
Reference in New Issue
Block a user