Merge pull request #3609 from evazion/fix-3603

Fix #3603: Unable to view images on Hijiribe/Sonohara when Danbooru is blocked
This commit is contained in:
Albert Yi
2018-04-09 10:56:00 -07:00
committed by GitHub
4 changed files with 11 additions and 2 deletions

View File

@@ -172,6 +172,7 @@ class ApplicationController < ActionController::Base
def reset_current_user
CurrentUser.user = nil
CurrentUser.ip_addr = nil
CurrentUser.root_url = root_url
end
def set_started_at_session