forked from ZwiiCMS-Team/ZwiiCampus
fix user comma
This commit is contained in:
parent
c41c504afd
commit
f8037e5361
@ -1123,7 +1123,7 @@ class user extends common
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl(),
|
||||
'notification' => 'Invalide : '. $message
|
||||
'notification' => 'Invalide : '. $message,
|
||||
'state' => false,
|
||||
]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user