Navigation Menu

Skip to content

Commit

Permalink
fix(dropdownfield): wrong var in where
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Aug 22, 2019
1 parent e4fdff3 commit cce35fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/fields/dropdownfield.class.php
Expand Up @@ -489,7 +489,7 @@ private function getMyGroups($userID) {
],
],
'WHERE' => [
$groupUser . '.id' => $userID,
$groupUserTable . '.id' => $userID,
] + $dbUtil->getEntitiesRestrictCriteria(
$groupTable,
'',
Expand Down

0 comments on commit cce35fa

Please sign in to comment.