Update contact.php

This commit is contained in:
bomuux 2023-03-08 10:57:00 +01:00 committed by Laurent Destailleur
parent 60000b7d37
commit d92f6bb4fb

View File

@ -63,6 +63,7 @@ if (!$error) {
}
// Security check
$socid = '';
if (!empty($user->socid)) {
$socid = $user->socid;
}