Skip to content

Fix gravatar is always enabled.

gitlab-qa-bot requested to merge github/fork/jouve/fix_2492 into master

Created by: jouve

The error happened because : enabled ||= true always evaluates to true. Changed all initialisations of bool settings to use same syntax enabled = true if enabled.nil?

Merge request reports