Merge branch 'ent-11676-GUARDIA-15840-Errores-SQL-al-actualizar-con-el-online' into 'develop'
minor fix See merge request artica/pandorafms!6187
This commit is contained in:
commit
51de155193
pandora_console/update_manager_client/lib/UpdateManager
|
@ -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