Commit fae296cbe1243052dadccc0d071fdbe99b54dca6

Authored by Braulio Bhavamitra
1 parent 40b7f781

Fix error on development

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
plugins/solr/lib/ext/facets_browse.rb
  1 +Object.send :remove_const, :SearchController if defined? SearchController and not ActionController::Base.perform_caching
1 2 require_dependency 'search_controller'
2 3  
3 4 module SolrPlugin::FacetsBrowse
... ...