mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
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:
parent
45c8f98d5b
commit
409d86dc19
1 changed files with 1 additions and 1 deletions
|
|
@ -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', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue