[feature/avatars] Let the server handle http or https for gravatars

PHPBB3-10018
This commit is contained in:
Marc Alexander 2012-12-27 21:40:35 +01:00
parent 6f41228752
commit 8e756ad890

View file

@ -24,7 +24,7 @@ class phpbb_avatar_driver_gravatar extends phpbb_avatar_driver
/** /**
* The URL for the gravatar service * The URL for the gravatar service
*/ */
const GRAVATAR_URL = 'https://secure.gravatar.com/avatar/'; const GRAVATAR_URL = '//secure.gravatar.com/avatar/';
/** /**
* @inheritdoc * @inheritdoc