Skip to content

Commit

Permalink
Hotfix contao-community-alliance#342 set standard at sortgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed May 23, 2017
1 parent cddfed2 commit 8a40b6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ protected function insertModelIntoDatabase(ModelInterface $model)
->execute();

if (!isset($data[$this->idProperty]) && strlen($insertResult->insertId)) {
$model->setId($insertResult->insertId);
$model->setId((string) $insertResult->insertId);
}
}

Expand Down

0 comments on commit 8a40b6f

Please sign in to comment.