diff options
author | Go MAEDA <maeda@farend.jp> | 2019-05-08 21:46:01 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-05-08 21:46:01 +0000 |
commit | aaf432e5be5babdb07fcbe418ce83652bef0c2dc (patch) | |
tree | da35c2e7c26a52ecc971eeb5ba5dbecd1366a76c /lib | |
parent | 7e80fae310e4860c29485b6ee2fb5da53b528d73 (diff) | |
download | redmine-aaf432e5be5babdb07fcbe418ce83652bef0c2dc.tar.gz redmine-aaf432e5be5babdb07fcbe418ce83652bef0c2dc.zip |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/gravatar/lib/gravatar.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/plugins/gravatar/lib/gravatar.rb b/lib/plugins/gravatar/lib/gravatar.rb index aa8500ba9..f368b9924 100644 --- a/lib/plugins/gravatar/lib/gravatar.rb +++ b/lib/plugins/gravatar/lib/gravatar.rb @@ -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. |