Fix php 8 error

This commit is contained in:
ptibogxiv 2023-01-08 15:00:58 +01:00 committed by GitHub
parent 9877f8281f
commit 805bf64428
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); $amount = price2num($amount);
} }
$tag = '';
if (GETPOST('fulltag', 'alpha')) { if (GETPOST('fulltag', 'alpha')) {
$fulltag = GETPOST('fulltag', 'alpha'); $fulltag = GETPOST('fulltag', 'alpha');
} else { } else {