From 5bade018bf55fdf0a6d1399e354b887285b2423c Mon Sep 17 00:00:00 2001 From: Romain Guerrero Date: Sat, 20 Feb 2016 16:27:47 +0100 Subject: [PATCH] supprime commentaire die() --- controllers/contacts.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/contacts.php b/controllers/contacts.php index 1c831a4..207a495 100755 --- a/controllers/contacts.php +++ b/controllers/contacts.php @@ -232,7 +232,6 @@ if (count($errors)) { $_SESSION['errormessage'] = 'Certains contacts n\'ont pas pu êtres mis à jour. Voici leurs identifiants : ' . implode(', ', $errors); - // die(); return header('Location: ' . $this->generateUrl('contacts')); }