Fixed issue #83.
This commit is contained in:
parent
854e945f79
commit
3c7ea74cfa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user