minor fix
This commit is contained in:
parent
6b9145eeca
commit
238481fa4c
|
@ -2094,7 +2094,7 @@ class Client
|
||||||
sprintf(
|
sprintf(
|
||||||
'UPDATE `tconfig` SET `value` = \'%s\'
|
'UPDATE `tconfig` SET `value` = \'%s\'
|
||||||
WHERE `token` = "progress_update"',
|
WHERE `token` = "progress_update"',
|
||||||
$updates
|
mysqli_real_escape_string($this->dbh, $updates)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue