Update contact.php

This commit is contained in:
bomuux 2023-03-08 10:39:50 +01:00 committed by Laurent Destailleur
parent c7431b83ec
commit a1d339aa68

View File

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