Skip to content

Commit

Permalink
Merge pull request #1892 from projectblacklight/remove_layout
Browse files Browse the repository at this point in the history
Remove the extraneous layout call
  • Loading branch information
jcoyne committed Jul 13, 2018
2 parents a9cc987 + 614278e commit cd944c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/concerns/blacklight/controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ module Blacklight::Controller

define_callbacks :logging_in_user
set_callback :logging_in_user, :before, :transfer_guest_user_actions_to_current_user

layout :determine_layout if respond_to? :layout
end

def default_catalog_controller
Expand Down

0 comments on commit cd944c6

Please sign in to comment.