mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed ImportChildEl implementation.
The overloaded method was invoking ImportAttribute instead of ImportChildEl.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Orchard.ContentManagement.Handlers {
|
||||
}
|
||||
|
||||
public void ImportChildEl(string elementName, string childElementName, Action<string> value) {
|
||||
ImportAttribute(elementName, childElementName, value, () => { });
|
||||
ImportChildEl(elementName, childElementName, value, () => { });
|
||||
}
|
||||
|
||||
public void ImportChildEl(string elementName, string childElementName, Action<string> value, Action empty) {
|
||||
|
Reference in New Issue
Block a user