Skip to content
Snippets Groups Projects
Commit 3bbc6d04 authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #380 from finc/pullrequest_solrmarcremote_bugfix

removed obolete check for ini-settings of previously used SolrMarcR…
parents f9b5f61e fa94e0df
No related merge requests found
......@@ -74,10 +74,6 @@ class SolrMarcRemote extends SolrMarc implements
) {
parent::__construct($mainConfig, $recordConfig, $searchSettings);
if (!isset($recordConfig->General)) {
throw new \Exception('SolrMarcRemote General settings missing.');
}
// get config values for remote fullrecord service
if (! $mainConfig->Record->get('remote_marc_url')) {
throw new \Exception('SolrMarcRemote baseUrl-setting missing.');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment