Commit c0f08327 authored by Yusei Tahara's avatar Yusei Tahara

Fixed method name.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21570 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de93e952
......@@ -219,7 +219,7 @@ class TextDocument(Document, TextContent):
if substitution_method_parameter_dict is None:
substitution_method_parameter_dict = {}
result = self._substituteText(result, **substitution_method_parameter_dict)
result = self._substituteTextContent(result, **substitution_method_parameter_dict)
return mime_type, result
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment