Merge "Use PROTO_CANONICAL for icon links in emails"

This commit is contained in:
jenkins-bot 2015-07-06 16:10:35 +00:00 committed by Gerrit Code Review
commit 71075b9262

View file

@ -192,8 +192,7 @@ abstract class EchoEmailMode {
$iconUrl = "$wgExtensionAssetsPath/$path";
}
// Use http for image path, there is no need for https
return wfExpandUrl( $iconUrl, PROTO_HTTP );
return wfExpandUrl( $iconUrl, PROTO_CANONICAL );
}
/**