Skip to content

Commit

Permalink
wake object
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Stippel committed Jan 31, 2019
1 parent 1b2dbcf commit 5133259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/sidebar/browser/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_user_data(self):
id=user_info.get('username', ''),
)[0]
images_view = api.content.get_view(
'images', user, self.request
'images', user.getObject(), self.request
)
scale = images_view.scale(
avatar_field, width=256, height=256, direction='down'
Expand Down

0 comments on commit 5133259

Please sign in to comment.