Rubocop.
This commit is contained in:
parent
777dce4c87
commit
cadca4cd08
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ returns
|
|||
return if !user
|
||||
return if !user.preferences[:locale]
|
||||
|
||||
self.preferences[:locale] = user.preferences[:locale]
|
||||
preferences[:locale] = user.preferences[:locale]
|
||||
end
|
||||
|
||||
def avatar_for_email_check
|
||||
|
|
Loading…
Reference in a new issue