diff --git a/modules/editor/tpl/js/uploader.js b/modules/editor/tpl/js/uploader.js index 925b44a59..05f0c1c69 100755 --- a/modules/editor/tpl/js/uploader.js +++ b/modules/editor/tpl/js/uploader.js @@ -236,7 +236,7 @@ function completeReloadFileList(ret_obj, response_tags, settings) { listObj.remove(0); } - if(upload_target_srl) { + if(upload_target_srl && upload_target_srl != 0) { editorRelKeys[editor_sequence]["primary"].value = upload_target_srl; settings["uploadTargetSrl"] = upload_target_srl; }