FIX - php 8 Warning newonlinessign

This commit is contained in:
Anthony Berton 2022-10-19 17:06:20 +02:00
parent fee00a3655
commit 8d515b9c2f

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';