Merge pull request #23451 from ptibogxiv/patch-72

Fix php 8 error
This commit is contained in:
Laurent Destailleur 2023-01-11 21:00:10 +01:00 committed by GitHub
commit e61c302313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1039,6 +1039,7 @@ if ($source == 'order') {
$amount = price2num($amount);
}
$tag = '';
if (GETPOST('fulltag', 'alpha')) {
$fulltag = GETPOST('fulltag', 'alpha');
} else {