Skip to content

Commit

Permalink
Merge pull request #5 from ActiveTriples/fix1_remove_af_ref
Browse files Browse the repository at this point in the history
Use AT Solrizer config for default solr_uri
  • Loading branch information
elrayle committed Apr 21, 2016
2 parents 6aa18a4 + eeee520 commit 75479f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_triples/solrizer/solr_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def instance
# Register Solr

unless Thread.current[:solr_service]
register(ActiveFedora.solr_config[:url])
register(ActiveTriples::Solrizer.configuration.solr_uri)
end

raise SolrNotInitialized unless Thread.current[:solr_service]
Expand Down

0 comments on commit 75479f6

Please sign in to comment.