mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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…
x
Reference in New Issue
Block a user