mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 15:45:43 -06:00
Gravatar fallback does not respect 'AppSubUrl'-setting (#12149)
Closes #12148
This commit is contained in:
parent
b5c53aae97
commit
9680a3d44d
@ -52,7 +52,7 @@ type UserStars struct {
|
||||
|
||||
func GetGravatarUrl(text string) string {
|
||||
if setting.DisableGravatar {
|
||||
return "/public/img/user_profile.png"
|
||||
return setting.AppSubUrl + "/public/img/user_profile.png"
|
||||
}
|
||||
|
||||
if text == "" {
|
||||
|
Loading…
Reference in New Issue
Block a user