Skip to content

Commit bc471d9

Browse files
committed
Fix ajout personnage historique
1 parent d5c672d commit bc471d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy/back/personnage_historique_ajouter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
$paysID = "-1";
13-
if (isset($_POST['paysID'])) {
13+
if (isset($_POST['ch_his_paysID'])) {
1414
$paysID = $_POST['paysID'];
1515
}
1616

0 commit comments

Comments
 (0)