Merge pull request #23797 from glu000/16.0-issue-23795

Fix #23795 External users are not able to open proposals
This commit is contained in:
Laurent Destailleur 2023-02-17 16:13:58 +01:00 committed by GitHub
commit b74839b4c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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