Fix stackoverflow on ResourceManager.Include overload.

--HG--
branch : dev
This commit is contained in:
Dave Reed
2011-02-11 15:35:41 -08:00
parent f29a645d48
commit e24cefd99b

View File

@@ -115,7 +115,7 @@ namespace Orchard.UI.Resources {
}
public virtual RequireSettings Include(string resourceType, string resourcePath, string resourceDebugPath) {
return Include(resourceType, resourcePath, null);
return Include(resourceType, resourcePath, null, null);
}
public virtual RequireSettings Include(string resourceType, string resourcePath, string resourceDebugPath, string relativeFromPath) {