We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180eb86 commit 613e3e7Copy full SHA for 613e3e7
1 file changed
backend/classes/avatars.php
@@ -45,10 +45,9 @@ public function __construct (Setup $setup)
45
46
// Use HTTPS if this file is requested with HTTPS
47
$http = ($is_https ? 'https' : 'http') . '://';
48
- $subdomain = $is_https ? 'secure' : 'www';
49
50
// Construct Gravatar icon URL
51
- $this->gravatar = $http . $subdomain . '.gravatar.com/avatar/';
+ $this->gravatar = $http . 'www.gravatar.com/avatar/';
52
53
// Icon setup
54
$this->iconSetup ($setup->iconSize);
0 commit comments