mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +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