Fix php 8 error
This commit is contained in:
parent
9877f8281f
commit
805bf64428
@ -1039,6 +1039,7 @@ if ($source == 'order') {
|
||||
$amount = price2num($amount);
|
||||
}
|
||||
|
||||
$tag = '';
|
||||
if (GETPOST('fulltag', 'alpha')) {
|
||||
$fulltag = GETPOST('fulltag', 'alpha');
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user