Skip to content

Fixes wrong avatar url when relative_url_root is used

Created by: simonswine

I'm having problems with master/7.0.0 with custom avatars (avatars that are uploaded by the user). The url used for the image is missing the part from relative_url_rool config setting. This litte patch fixes this.

Merge request reports