Skip to content

Commit

Permalink
Fix the link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
qzminski committed Jun 4, 2019
1 parent 644ceb3 commit c5fb3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ MyModel::findByMultilingualAlias($alias);
1. Sometimes a table you want to make multilingual already contains the `language` field (e.g. `tl_user`),
which may lead to unexpected results. In such cases you have to make sure that data container's property
`$GLOBALS['TL_DCA']['tl_table']['config']['langColumnName']` is set to something else than `language`.
See #53 for more details.
See [#53](https://github.com/terminal42/contao-DC_Multilingual/issues/53) for more details.

0 comments on commit c5fb3a8

Please sign in to comment.