1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-28 14:05:23 +02:00

[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
*/
const GRAVATAR_URL = 'https://secure.gravatar.com/avatar/';
const GRAVATAR_URL = '//secure.gravatar.com/avatar/';
/**
* @inheritdoc