Skip to content

Fix gravatar is always enabled.

username-removed-921660 requested to merge github/fork/jouve/fix_2492 into master

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

Loading