Skip to content
Snippets Groups Projects
Commit fa94e0df authored by André Lahmann's avatar André Lahmann
Browse files

* removed obolete check for ini-settings of previously used SolrMarcRemote.ini file

parent f9b5f61e
No related merge requests found
...@@ -74,10 +74,6 @@ class SolrMarcRemote extends SolrMarc implements ...@@ -74,10 +74,6 @@ class SolrMarcRemote extends SolrMarc implements
) { ) {
parent::__construct($mainConfig, $recordConfig, $searchSettings); parent::__construct($mainConfig, $recordConfig, $searchSettings);
if (!isset($recordConfig->General)) {
throw new \Exception('SolrMarcRemote General settings missing.');
}
// get config values for remote fullrecord service // get config values for remote fullrecord service
if (! $mainConfig->Record->get('remote_marc_url')) { if (! $mainConfig->Record->get('remote_marc_url')) {
throw new \Exception('SolrMarcRemote baseUrl-setting missing.'); 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