summaryrefslogtreecommitdiffstats
path: root/askbot/views/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/views/users.py')
-rw-r--r--askbot/views/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/views/users.py b/askbot/views/users.py
index 52e05842..3ef18aa6 100644
--- a/askbot/views/users.py
+++ b/askbot/views/users.py
@@ -340,7 +340,7 @@ def user_stats(request, user, context):
'author_id',
'answer_accepted',
'answer_score',
- 'answer_count',
+ #'answer_count', Moved from Question to Thread and doesn't seem to be referenced anywhere !?
'vote_up_count',
'vote_down_count')[:100]