Skip to content

Commit dd30b30

Browse files
committed
fix(dropdownfield): typo in method call
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 893676b commit dd30b30

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
@@ -473,7 +473,7 @@ private function getMyGroups($userID) {
473473
$DbUtil = new DbUtils();
474474
$groupUserTable = Group_User::getTable();
475475
$groupTable = Group::getTable();
476-
$groupFk = Group::getForeignKeField();
476+
$groupFk = Group::getForeignKeyField();
477477
$request = $DB->request([
478478
'SELECT' => [
479479
$groupUserTable => [$groupFk],

0 commit comments

Comments
 (0)