Skip to content

Commit

Permalink
sicherstellen, dass bei einer Sprache die richtige Artikelsprache ver…
Browse files Browse the repository at this point in the history
…wendet wird
  • Loading branch information
tbaddade committed Mar 8, 2019
1 parent 6c58b47 commit 3ec2b0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Url/ExtensionPointManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ protected function setStructureArticleId($id)

protected function setStructureClangId($clang_id)
{
if (count(\rex_clang::getAll()) == 1) {
$clang_id = 1;
}
$this->structureClangId = $clang_id;
}
}

0 comments on commit 3ec2b0d

Please sign in to comment.