minor fix

This commit is contained in:
alejandro.campos@artica.es 2023-06-28 13:01:41 +02:00
parent 6b9145eeca
commit 238481fa4c
1 changed files with 1 additions and 1 deletions

View File

@ -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)
) )
); );
} }