merge-requests/6/head
bug_creator 3 years ago
parent 8e687c25c3
commit 00acf9f107

@ -1016,7 +1016,7 @@ def edit_answer_md(answer_id):
answer.recent_activity = datetime.utcnow()
db.session.add(answer)
db.session.commit()
if post.is_anonymous:
if answer.is_anonymous:
flash("You have just modified an answer anonymously", 'success')
else:
flash("You have just modified an answer", 'success')

Loading…
Cancel
Save