Skip to content

Commit

Permalink
Change default gravatar type for user (#16461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan-Aleev authored Sep 28, 2023
1 parent 51049c2 commit 775274f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/model/modx/moduser.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ public function getProfilePhoto($width = 128, $height = 128) {
*
* @return string The Gravatar photo URL
*/
public function getGravatar($size = 128, $default = 'mm') {
public function getGravatar($size = 128, $default = 'retro') {
$gravemail = md5(
strtolower(
trim($this->Profile->email)
Expand Down

0 comments on commit 775274f

Please sign in to comment.