This commit is contained in:
Guenter Lukas 2023-02-06 08:45:44 +01:00
parent f5600fdffc
commit 2e7371eee6

View File

@ -132,7 +132,6 @@ $permissiontoedit = $usercancreate; // Used by the include of actions_lineupdown
// Security check
if (!empty($user->socid)) {
$socid = $user->socid;
$object->id = $user->socid;
}
restrictedArea($user, 'propal', $object->id);