typo in comment

This commit is contained in:
Dorian Vabre 2021-04-27 14:06:40 +02:00
parent fab12bc5e5
commit 79dce3ad05

View File

@ -102,7 +102,7 @@ if ($resultproject < 0) {
}
// Getting 'securekey'.'id' from Post and decoding it
// Security check
$securekeyreceived = GETPOST('securekey', 'alpha');
$securekeytocompare = dol_hash($conf->global->EVENTORGANIZATION_SECUREKEY.'conferenceorbooth'.$id, 2);