diff --git a/common/js/xml_js_filter.js b/common/js/xml_js_filter.js index 46ae8afa5..08354e4da 100644 --- a/common/js/xml_js_filter.js +++ b/common/js/xml_js_filter.js @@ -241,7 +241,7 @@ var EditorStub = xe.createPlugin('editor_stub', { if (seq) { try { - editorRelKeys[seq].content.value = editorGetContentTextarea_xe(seq) || ''; + editorRelKeys[seq].content.value = editorRelKeys[seq].func() || ''; } catch(e) { } } }