mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fix stackoverflow on ResourceManager.Include overload.
--HG-- branch : dev
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user