Merge pull request #22632 from bb2a/FIX---php-8-Warning-newonlinessign
FIX - php 8 Warning newonlinessign
This commit is contained in:
commit
9f79e176ca
@ -78,6 +78,9 @@ $message = GETPOST('message', 'aZ09');
|
|||||||
$suffix = GETPOST("suffix", 'aZ09');
|
$suffix = GETPOST("suffix", 'aZ09');
|
||||||
$source = GETPOST("source", 'alpha');
|
$source = GETPOST("source", 'alpha');
|
||||||
$ref = $REF = GETPOST("ref", 'alpha');
|
$ref = $REF = GETPOST("ref", 'alpha');
|
||||||
|
$urlok = '';
|
||||||
|
$urlko = '';
|
||||||
|
|
||||||
|
|
||||||
if (empty($source)) {
|
if (empty($source)) {
|
||||||
$source = 'proposal';
|
$source = 'proposal';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user