Skip to content

Commit

Permalink
Fix MatchgridSettings::getIdForMatchgrid (CO-1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Nov 10, 2019
1 parent d2a4530 commit 3eeac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Model/Table/MatchgridSettingsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getIdForMatchgrid(int $matchgridId) {

$obj = $this->newEntity(["matchgrid_id" => $matchgridId]);

$this->MatchgridSettings->save($obj);
$this->save($obj);
}

return $obj->id;
Expand Down

0 comments on commit 3eeac2e

Please sign in to comment.