1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Remove the :ssl option which is not used anymore (#31022).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18139 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-05-08 21:46:01 +00:00
parent 7e80fae310
commit aaf432e5be

View File

@ -34,9 +34,6 @@ module GravatarHelper
# The class to assign to the img tag for the gravatar.
:class => 'gravatar',
# Whether or not to display the gravatars using HTTPS instead of HTTP
:ssl => false,
}
# The methods that will be made available to your views.