badmfck-api-server 2.8.2 → 2.8.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -275,7 +275,7 @@ class MysqlAdapter {
|
|
275
275
|
continue;
|
276
276
|
if (value === null)
|
277
277
|
fields[i] = { value: null, system: true };
|
278
|
-
const parsed = MysqlAdapter.prepareQueryFieldValue(
|
278
|
+
const parsed = MysqlAdapter.prepareQueryFieldValue(fields[i]);
|
279
279
|
query = query.replaceAll("@" + name, parsed + "");
|
280
280
|
}
|
281
281
|
}
|