Skip to content

Commit

Permalink
be lazy about getting replies for personas (bug 591424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Aug 31, 2010
1 parent eb01dc4 commit 9e5034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/addons/views.py
Expand Up @@ -176,7 +176,7 @@ def persona_detail(request, addon):
'user_tags': user_tags,
'review_form': ReviewForm(),
'reviews': reviews,
'replies': Review.get_replies(reviews),
'get_replies': Review.get_replies,
# Remora users persona.author despite there being a display_username
'author_gallery': settings.PERSONAS_USER_ROOT % persona.author,
'search_cat': 'personas',
Expand Down

0 comments on commit 9e5034d

Please sign in to comment.