FIX getpost onlignsignname
This commit is contained in:
parent
5e8fc026cb
commit
31adaf3e29
@ -59,7 +59,7 @@ $signature = GETPOST('signaturebase64');
|
||||
$ref = GETPOST('ref', 'aZ09');
|
||||
$mode = GETPOST('mode', 'aZ09'); // 'proposal', ...
|
||||
$SECUREKEY = GETPOST("securekey"); // Secure key
|
||||
$online_sign_name = GETPOST("onlinesignname");
|
||||
$online_sign_name = GETPOST("onlinesignname") ? GETPOST("onlinesignname") : '';
|
||||
|
||||
$error = 0;
|
||||
$response = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user