Merge pull request #22632 from bb2a/FIX---php-8-Warning-newonlinessign

FIX - php 8 Warning newonlinessign
This commit is contained in:
Laurent Destailleur 2022-10-24 19:43:50 +02:00 committed by GitHub
commit 9f79e176ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,9 @@ $message = GETPOST('message', 'aZ09');
$suffix = GETPOST("suffix", 'aZ09');
$source = GETPOST("source", 'alpha');
$ref = $REF = GETPOST("ref", 'alpha');
$urlok = '';
$urlko = '';
if (empty($source)) {
$source = 'proposal';