Details
-
Bug
-
Resolution: Fixed
-
Minor
-
3.4-milestone-1
-
None
-
avatar macro inline
-
Trivial
-
Description
The #resizedUserAvatar macro, with all it's variants (small/medium/large/UserAvatar), doesn`t display the actual user`s avatar image in inline mode and shows the default noavatar.png instead.
This is happening because the avatar property is not safely retrieved from velocity, using
$profileobj.avatar
instead of
$profileobj.getProperty('avatar').value
.