Skip to content

Commit

Permalink
fix(dropdownfield): typo in method call
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 893676b commit dd30b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/fields/dropdownfield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ private function getMyGroups($userID) {
$DbUtil = new DbUtils();
$groupUserTable = Group_User::getTable();
$groupTable = Group::getTable();
$groupFk = Group::getForeignKeField();
$groupFk = Group::getForeignKeyField();
$request = $DB->request([
'SELECT' => [
$groupUserTable => [$groupFk],
Expand Down

0 comments on commit dd30b30

Please sign in to comment.