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 Oct 6, 2021
2 parents eb4786c + 85939ac commit ff6b211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Helper/DisseminationServicesHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function createView(array $data = array(), string $dissemination = '', st
break;
case 'iiif':
$this->result['lorisUrl'] = $this->getLorisUrl();
break;
break;
default:
break;
}
Expand Down
4 changes: 1 addition & 3 deletions src/Model/DisseminationServicesModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function getViewData(string $identifier = "", string $dissemination = '')
switch ($dissemination) {
case "collection":
$this->getCollectionData($identifier);
break;
break;
default:
break;
}
Expand All @@ -51,6 +51,4 @@ private function getCollectionData(string $identifier)
$this->sqlResult = array();
}
}


}

0 comments on commit ff6b211

Please sign in to comment.