- Comment in the websitefolder to remind me to fix a bug in directory monitoring.

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-06-03 17:06:19 -07:00
parent 6a12f2b710
commit a712d04743
2 changed files with 1 additions and 1 deletions

View File

@@ -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;

View File

@@ -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;