Update contact.php

This commit is contained in:
bomuux 2023-03-08 10:39:50 +01:00 committed by GitHub
parent 09a5f09e2a
commit 967faf7adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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