diff --git a/plugins/solr/lib/ext/facets_browse.rb b/plugins/solr/lib/ext/facets_browse.rb index 0ab3bb9..6cdc60d 100644 --- a/plugins/solr/lib/ext/facets_browse.rb +++ b/plugins/solr/lib/ext/facets_browse.rb @@ -1,3 +1,4 @@ +Object.send :remove_const, :SearchController if defined? SearchController and not ActionController::Base.perform_caching require_dependency 'search_controller' module SolrPlugin::FacetsBrowse -- libgit2 0.21.2