Fixed issue #83.

This commit is contained in:
Rooty 2021-06-17 15:00:48 +02:00
parent 854e945f79
commit 3c7ea74cfa

View File

@ -381,6 +381,7 @@ function execAdmin()
// while (list($key, $val) = each($_POST)) { // while (list($key, $val) = each($_POST)) {
// PHP 8.0 // PHP 8.0
foreach ($_POST as $key => $val) foreach ($_POST as $key => $val)
{
if (!(strpos($key, "nameLanguage")===false)) // on a trouvé un nom pour une langue if (!(strpos($key, "nameLanguage")===false)) // on a trouvé un nom pour une langue
{ {
$tabCodeLangue[]=str_replace("nameLanguage", "",$key); // on stocke le tableau des codes pour test $tabCodeLangue[]=str_replace("nameLanguage", "",$key); // on stocke le tableau des codes pour test