Just installed 2.3.2, added EditArea. When I go to edit files, it gives me this error:Uncaught ReferenceError: area is undefined// default/edit.html 228<script>window.textarea = area.textarea;</script>So it seems ajax_editor's getData() fails to get the data from the editor and save will replace the file content with the word 'undefined'.