From cce35fa0f5ac5f7235fb130f633e6950c333c771 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Tue, 19 Feb 2019 21:45:11 +0100 Subject: [PATCH] fix(dropdownfield): wrong var in where Signed-off-by: Thierry Bugier --- inc/fields/dropdownfield.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/fields/dropdownfield.class.php b/inc/fields/dropdownfield.class.php index 06b117abf..a13ac03d0 100644 --- a/inc/fields/dropdownfield.class.php +++ b/inc/fields/dropdownfield.class.php @@ -489,7 +489,7 @@ private function getMyGroups($userID) { ], ], 'WHERE' => [ - $groupUser . '.id' => $userID, + $groupUserTable . '.id' => $userID, ] + $dbUtil->getEntitiesRestrictCriteria( $groupTable, '',