Skip to content
Snippets Groups Projects
Commit 47978884 authored by Markus Escher's avatar Markus Escher
Browse files

change alias to db.getCurrentAlias

parent 1fd8425d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ function DocumentUtil(){
* Documents will be downloaded with neon.doanload
*/
DocumentUtil.downloadSelectedDocuments = function() {
var alias = SqlUtils.getSystemAlias();
var alias = db.getCurrentAlias();
// Download selected files (=not opened)
if(vars.exists("$local.uids") && vars.get("$local.rows") != '') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment