Do not stop rendering page.

This commit is contained in:
Martin Edenhofer 2015-08-19 02:16:57 +02:00
parent f416e58ac0
commit 1112af9e52

View file

@ -130,7 +130,7 @@ class ApplicationController < ActionController::Base
def user_device_log(user, type)
# return if we are in switch to user mode
return if session[:switched_from_user_id]
return true if session[:switched_from_user_id]
# for sessions we need the fingperprint
if !params[:fingerprint] && type == 'session'