Fix GETPOST on 'action'

This commit is contained in:
Laurent Destailleur
2020-09-16 19:39:50 +02:00
parent 47031cb656
commit bfbb217607
358 changed files with 359 additions and 359 deletions

View File

@@ -35,7 +35,7 @@ $urlwithroot = $urlwithouturlroot.DOL_URL_ROOT; // This is to use external domai
$action = GETPOST('action', 'alpha');
$action = GETPOST('action', 'aZ09');
$backtourl = GETPOST('backtourl', 'alpha');