Skip to content

Commit c4c0b57

Browse files
committed
Fix cancek with foreign languages
1 parent 41c1a35 commit c4c0b57

15 files changed

+15
-15
lines changed

blacklistcontent_card.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
$action = GETPOST('action', 'aZ09');
9494
$confirm = GETPOST('confirm', 'alpha');
95-
$cancel = GETPOST('cancel', 'aZ09');
95+
$cancel = GETPOST('cancel', 'alpha');
9696
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', __FILE__); // To manage different context of search
9797
$backtopage = GETPOST('backtopage', 'alpha');
9898
$backtopageforcancel = GETPOST('backtopageforcancel', 'alpha');

blacklistdir_card.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
$action = GETPOST('action', 'aZ09');
9494
$confirm = GETPOST('confirm', 'alpha');
95-
$cancel = GETPOST('cancel', 'aZ09');
95+
$cancel = GETPOST('cancel', 'alpha');
9696
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', __FILE__); // To manage different context of search
9797
$backtopage = GETPOST('backtopage', 'alpha');
9898
$backtopageforcancel = GETPOST('backtopageforcancel', 'alpha');

blacklistfrom_card.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
$action = GETPOST('action', 'aZ09');
9494
$confirm = GETPOST('confirm', 'alpha');
95-
$cancel = GETPOST('cancel', 'aZ09');
95+
$cancel = GETPOST('cancel', 'alpha');
9696
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', __FILE__); // To manage different context of search
9797
$backtopage = GETPOST('backtopage', 'alpha');
9898
$backtopageforcancel = GETPOST('backtopageforcancel', 'alpha');

blacklistip_card.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
$action = GETPOST('action', 'aZ09');
9494
$confirm = GETPOST('confirm', 'alpha');
95-
$cancel = GETPOST('cancel', 'aZ09');
95+
$cancel = GETPOST('cancel', 'alpha');
9696
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', __FILE__); // To manage different context of search
9797
$backtopage = GETPOST('backtopage', 'alpha');
9898
$backtopageforcancel = GETPOST('backtopageforcancel', 'alpha');

blacklistmail_card.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
$action = GETPOST('action', 'aZ09');
9494
$confirm = GETPOST('confirm', 'alpha');
95-
$cancel = GETPOST('cancel', 'aZ09');
95+
$cancel = GETPOST('cancel', 'alpha');
9696
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', __FILE__); // To manage different context of search
9797
$backtopage = GETPOST('backtopage', 'alpha');
9898
$backtopageforcancel = GETPOST('backtopageforcancel', 'alpha');

blacklistto_card.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
$action = GETPOST('action', 'aZ09');
9494
$confirm = GETPOST('confirm', 'alpha');
95-
$cancel = GETPOST('cancel', 'aZ09');
95+
$cancel = GETPOST('cancel', 'alpha');
9696
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', __FILE__); // To manage different context of search
9797
$backtopage = GETPOST('backtopage', 'alpha');
9898
$backtopageforcancel = GETPOST('backtopageforcancel', 'alpha');

deploymentserver_agenda.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
$id = GETPOSTINT('id');
9797
$ref = GETPOST('ref', 'alpha');
9898
$action = GETPOST('action', 'aZ09');
99-
$cancel = GETPOST('cancel', 'aZ09');
99+
$cancel = GETPOST('cancel', 'alpha');
100100
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', basename(dirname(__FILE__)).basename(__FILE__, '.php')); // To manage different context of search
101101
$backtopage = GETPOST('backtopage', 'alpha');
102102

deploymentserver_card.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
$action = GETPOST('action', 'aZ09');
9292
$confirm = GETPOST('confirm', 'alpha');
93-
$cancel = GETPOST('cancel', 'aZ09');
93+
$cancel = GETPOST('cancel', 'alpha');
9494
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', basename(dirname(__FILE__)).basename(__FILE__, '.php')); // To manage different context of search
9595
$backtopage = GETPOST('backtopage', 'alpha');
9696
$backtopageforcancel = GETPOST('backtopageforcancel', 'alpha');

deploymentserver_note.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
$id = GETPOSTINT('id');
9696
$ref = GETPOST('ref', 'alpha');
9797
$action = GETPOST('action', 'aZ09');
98-
$cancel = GETPOST('cancel', 'aZ09');
98+
$cancel = GETPOST('cancel', 'alpha');
9999
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', basename(dirname(__FILE__)).basename(__FILE__, '.php')); // To manage different context of search
100100
$backtopage = GETPOST('backtopage', 'alpha');
101101

packages_agenda.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
$id = GETPOST('id', 'int');
6969
$ref = GETPOST('ref', 'alpha');
7070
$action = GETPOST('action', 'alpha');
71-
$cancel = GETPOST('cancel', 'aZ09');
71+
$cancel = GETPOST('cancel', 'alpha');
7272
$backtopage = GETPOST('backtopage', 'alpha');
7373

7474
if (GETPOST('actioncode', 'array')) {

0 commit comments

Comments
 (0)