summaryrefslogtreecommitdiffstats
path: root/askbot/models/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/models/__init__.py')
-rw-r--r--askbot/models/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/models/__init__.py b/askbot/models/__init__.py
index 9a4121c1..acd279f7 100644
--- a/askbot/models/__init__.py
+++ b/askbot/models/__init__.py
@@ -1852,6 +1852,7 @@ def user_post_answer(
is_private = is_private,
by_email = by_email
)
+ #add to the answerer's group
answer_post.add_to_groups([self.get_personal_group()])
answer_post.thread.invalidate_cached_data()