Skip to content

Commit e4fdff3

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

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
@@ -484,7 +484,7 @@ private function getMyGroups($userID) {
484484
$groupTable => [
485485
'FKEY' => [
486486
$groupTable => 'id',
487-
$groupUser => $groupFk,
487+
$groupUserTable => $groupFk,
488488
],
489489
],
490490
],

0 commit comments

Comments
 (0)