diff --git a/filemanager/js/app.js b/filemanager/js/app.js index 870e21f151..559283ef5c 100644 --- a/filemanager/js/app.js +++ b/filemanager/js/app.js @@ -245,7 +245,7 @@ app.classes.filemanager = AppJS.extend( */ _upload_callback: function(_data) { - if (_data.msg) window.egw_refresh(_data.msg, this.appname); + if (_data.msg) window.egw_message(_data.msg, this.appname); var that = this; for(var file in _data.uploaded)