1
0
Fork 0

query view bugfix

This commit is contained in:
hkernbach 2016-10-05 10:02:46 +02:00
parent b27ad1288a
commit 3ba13e7b2c
1 changed files with 1 additions and 1 deletions

View File

@ -1517,7 +1517,7 @@
});
data.bindVars = this.bindParamTableObj;
}
if (Object.keys(data.bindVars).length > 0) {
if (Object.keys(bindVars).length > 0) {
data.bindVars = bindVars;
}