Fixed issue #90.
This commit is contained in:
parent
f587f9c791
commit
4a73d85f0c
@ -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!="" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user