Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/acdh-oeaw/arche-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
nczirjak-acdh committed Dec 11, 2020
2 parents 8f3da20 + a70c35f commit d7ae3a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Object/CiteObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ public function getCite(): array
return $this->cite;
}

private function checkSiteLang(): void {
if(!$this->siteLang) {
private function checkSiteLang(): void
{
if (!$this->siteLang) {
$this->siteLang = "en";
}
}
Expand Down

0 comments on commit d7ae3a4

Please sign in to comment.