]> source.dussan.org Git - redmine.git/commitdiff
Remove the :ssl option which is not used anymore (#31022).
authorGo MAEDA <maeda@farend.jp>
Wed, 8 May 2019 21:46:01 +0000 (21:46 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 8 May 2019 21:46:01 +0000 (21:46 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18139 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/plugins/gravatar/lib/gravatar.rb

index aa8500ba9efc34c43cca5317b77af136aa3968ee..f368b9924f6896c43581b84fa47601d06eff1857 100644 (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.