Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nczirjak-acdh committed Jun 26, 2020
2 parents 5536aad + 43035c9 commit 3397c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Helper/DetailViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public function createView(array $data = array()): array
(isset($_SESSION['language'])) ? $this->siteLang = strtolower($_SESSION['language']) : $this->siteLang = "en";
$this->data = $data;

$this->extendActualObj();;
$this->extendActualObj();
;

if (count((array)$this->data) == 0) {
return array();
Expand Down

0 comments on commit 3397c63

Please sign in to comment.