zjhegfzpjgfpuigf
Some checks are pending
Deploy production (servyass) / deploy (push) Waiting to run

This commit is contained in:
Yasder5 2026-03-05 17:36:56 +01:00
parent 44682ff251
commit 081474f7a3

View file

@ -533,7 +533,7 @@
*/
public function delete_image() {
$idImg = $_GET['id_img'];
$idImg = $_GET['id'];
$objProjectModel = new ProjectModel();
$image = $objProjectModel->findImage($idImg);