mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Change to jsapi egw.json() - missed one
This commit is contained in:
parent
a18e1fe4c0
commit
36cfd70daa
@ -394,8 +394,9 @@ app.filemanager = AppJS.extend(
|
|||||||
_do_action: function(_type, _selected, _sync, _path)
|
_do_action: function(_type, _selected, _sync, _path)
|
||||||
{
|
{
|
||||||
if (typeof _path == 'undefined') _path = this.get_path();
|
if (typeof _path == 'undefined') _path = this.get_path();
|
||||||
var request = new egw_json_request('filemanager_ui::ajax_action', [_type, _selected, _path], this);
|
var request = egw.json('filemanager_ui::ajax_action', [_type, _selected, _path],
|
||||||
request.sendRequest(!_sync, this._do_action_callback, this);
|
this._do_action_callback, this, !_sync, this
|
||||||
|
).sendRequest();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user