mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix gravatar
This commit is contained in:
parent
230624b60c
commit
2cfb85b992
1 changed files with 1 additions and 1 deletions
|
|
@ -8918,7 +8918,7 @@ NewThemeLink IncludeCss LoadingDescriptionEsc TemplatesLink LangLink IncludeBack
|
||||||
$iCode = 0;
|
$iCode = 0;
|
||||||
$sContentType = '';
|
$sContentType = '';
|
||||||
|
|
||||||
$sGravatarUrl = 'http://gravatar.com/avatar/'.\md5($sEmail).'.jpg?s=80&d=404';
|
$sGravatarUrl = 'http://gravatar.com/avatar/'.\md5(strtolower($sEmail)).'.jpg?s=80&d=404';
|
||||||
|
|
||||||
$this->Logger()->Write('gravatar: '.$sGravatarUrl);
|
$this->Logger()->Write('gravatar: '.$sGravatarUrl);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue