Skip to content

Commit cce35fa

Browse files
committed
fix(dropdownfield): wrong var in where
Signed-off-by: Thierry Bugier <[email protected]>
1 parent e4fdff3 commit cce35fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/fields/dropdownfield.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ private function getMyGroups($userID) {
489489
],
490490
],
491491
'WHERE' => [
492-
$groupUser . '.id' => $userID,
492+
$groupUserTable . '.id' => $userID,
493493
] + $dbUtil->getEntitiesRestrictCriteria(
494494
$groupTable,
495495
'',

0 commit comments

Comments
 (0)