mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/avatars] Let the server handle http or https for gravatars
PHPBB3-10018
This commit is contained in:
parent
6f41228752
commit
8e756ad890
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue