Fixed issue #90.

This commit is contained in:
Rooty 2021-09-22 23:48:06 +02:00
parent f587f9c791
commit 4a73d85f0c

View File

@ -367,6 +367,7 @@ Class AdminGroup extends CoordinationObj
/* Pour le nom de l'objet... */
// while (list($key, $val) = each($_POST)) {
foreach($_POST as $key => $val)
{
if (!(strpos($key, "nameLanguage")===false)) // on a trouvé un nom pour une langue
{
if ( $val!="" )