mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-30 05:16:28 +02:00
supprime commentaire die()
This commit is contained in:
parent
21e878ef58
commit
5bade018bf
1 changed files with 0 additions and 1 deletions
|
@ -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'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue