Merge branch '10400' into 11000

This commit is contained in:
fredtempez 2020-12-19 22:58:29 +01:00
commit 49744a75b0
1 changed files with 0 additions and 1 deletions

View File

@ -969,7 +969,6 @@ class common {
// Empêcher la sauvegarde d'une donnée nulle.
if (gettype($keys[count($keys) -1]) === NULL) {
var_dump($keys);
return false;
}