supprime commentaire die()

This commit is contained in:
Romain Guerrero 2016-02-20 16:27:47 +01:00
parent 21e878ef58
commit 5bade018bf

View file

@ -232,7 +232,6 @@
if (count($errors)) if (count($errors))
{ {
$_SESSION['errormessage'] = 'Certains contacts n\'ont pas pu êtres mis à jour. Voici leurs identifiants : ' . implode(', ', $errors); $_SESSION['errormessage'] = 'Certains contacts n\'ont pas pu êtres mis à jour. Voici leurs identifiants : ' . implode(', ', $errors);
// die();
return header('Location: ' . $this->generateUrl('contacts')); return header('Location: ' . $this->generateUrl('contacts'));
} }