missing filemanager/app.ts/js

This commit is contained in:
Ralf Becker
2021-03-16 15:09:25 +02:00
parent 06907d040b
commit d76b214e2c
2 changed files with 6 additions and 6 deletions

View File

@ -349,7 +349,7 @@ export class filemanagerAPP extends EgwApp
let widget = _event.data;
let value = widget.getValue();
value.conflict = _conflict;
egw.json(_target, ['upload', value, _path],
egw.json(_target, ['upload', value, _path, this.egw.window.location.pathname],
this._upload_callback, this, true, this
).sendRequest();
widget.set_value('');