fix user comma

This commit is contained in:
Fred Tempez 2023-11-09 08:48:36 +01:00
parent c41c504afd
commit f8037e5361

View File

@ -1123,7 +1123,7 @@ class user extends common
// Valeurs en sortie
$this->addOutput([
'redirect' => helper::baseUrl(),
'notification' => 'Invalide : '. $message
'notification' => 'Invalide : '. $message,
'state' => false,
]);
}