We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c672d commit bc471d9Copy full SHA for bc471d9
legacy/back/personnage_historique_ajouter.php
@@ -10,7 +10,7 @@
10
}
11
12
$paysID = "-1";
13
-if (isset($_POST['paysID'])) {
+if (isset($_POST['ch_his_paysID'])) {
14
$paysID = $_POST['paysID'];
15
16
0 commit comments