mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
- Comment in the websitefolder to remind me to fix a bug in directory monitoring.
--HG-- branch : dev
This commit is contained in:
@@ -43,6 +43,7 @@ namespace Orchard.FileSystems.WebSite {
|
||||
}
|
||||
|
||||
public IVolatileToken WhenPathChanges(string virtualPath) {
|
||||
// Fix this to monitor first existing parent directory.
|
||||
var token = BindToken(virtualPath);
|
||||
BindSignal(virtualPath);
|
||||
return token;
|
||||
|
@@ -3,7 +3,6 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Web;
|
||||
using System.Web.Routing;
|
||||
using Orchard.Data;
|
||||
using Orchard.Localization.Records;
|
||||
|
||||
|
Reference in New Issue
Block a user