comments: serve avatars over https in https wikis

master
Francois Marier 2011-03-24 21:08:51 +13:00
parent 7723e94218
commit 83056abb87
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ sub preprocess {
my $email = IkiWiki::userinfo_get($commentuser, 'email');
if (defined $email) {
$commentauthoravatar = libravatar_url(email => $email);
$commentauthoravatar = libravatar_url(email => $email, https => $ENV{HTTPS});
}
}
}