feeds: fix typo

master
pictuga 2018-11-13 21:23:24 +01:00
parent 9a62e6ae75
commit 24c8a0ecd0
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ class ParserXML(ParserBase):
match = self.rule_search_last(rule)
if match:
element = deepcopy(match)
match.getparen().append(element)
match.getparent().append(element)
return element
# try duplicating from template