diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index 6e9ab646..813cc202 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -164,7 +164,8 @@ if ($faceRegistered=="1" && !empty($assure['lienPhoto']) && $headers && strpos($ file_put_contents($temp, $data); // $pdf->Image($photoPath, $photoX, $photoY, 25, 25); $pdf->Image($temp, $photoX, $photoY, 25, 25); // Réduction de 30x30 à 25x25 - unlink($temp); + // unlink($temp); + var_dump($temp); } else { // Cadre pour la photo si non disponible $pdf->Rect($photoX, $photoY, 25, 25);