diff --git a/protected/humhub/libs/ProfileImage.php b/protected/humhub/libs/ProfileImage.php index 8542b40a93..b211a6920e 100644 --- a/protected/humhub/libs/ProfileImage.php +++ b/protected/humhub/libs/ProfileImage.php @@ -76,7 +76,7 @@ class ProfileImage public function getUrl($prefix = "", $scheme = false) { if (file_exists($this->getPath($prefix))) { - $path = '@web/' . $this->folder_images . '/'; + $path = '@web/uploads/' . $this->folder_images . '/'; $path .= $this->guid . $prefix; $path .= '.jpg?m=' . filemtime($this->getPath($prefix)); } else {