Skip to content

Commit d095a95

Browse files
authored
Fix easyprofile avatars not showing on refresh
1 parent 26065b4 commit d095a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_shoutbox/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ public function getAvatar($type, $id)
13251325
$epuser = JsnHelper::getUser($user->id);
13261326
$avatar = $epuser->avatar_mini;
13271327

1328-
$url = '<img src="' . $avatar . '" height="30" width="30">';
1328+
$url = '<img src="/' . $avatar . '" height="30" width="30">';
13291329
}
13301330

13311331
return $url;

0 commit comments

Comments
 (0)