The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Style fix.

parent f1a6e44f
No related merge requests found
...@@ -89,7 +89,7 @@ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager ...@@ -89,7 +89,7 @@ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager
*/ */
public function getSolrRecord($data) public function getSolrRecord($data)
{ {
if(isset($data['recordtype'])) { if (isset($data['recordtype'])) {
$key = 'Solr' . ucwords($data['recordtype']); $key = 'Solr' . ucwords($data['recordtype']);
$recordType = $this->has($key) ? $key : 'SolrDefault'; $recordType = $this->has($key) ? $key : 'SolrDefault';
} else { } else {
......
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