issue 679: Fixed a bug that an error occur when user isn't allowed to upload files

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9944 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-12-13 02:31:47 +00:00
parent 45c8f98d5b
commit 409d86dc19

View file

@ -1945,7 +1945,7 @@ var FileWriter = xe.createPlugin('FileWriter', {
}
});
editor.registerPlugin(new FileWriter);
if(window.reloadFileList) editor.registerPlugin(new FileWriter);
// List Writer
var ListWriter = xe.createPlugin('ListWriter', {