Skip to content

Commit

Permalink
Merge pull request openedx#853
Browse files Browse the repository at this point in the history
* stv/unfork/cms/comment:
  Remove useless comment fork
  • Loading branch information
stvstnfrd committed Dec 13, 2018
2 parents e5688d4 + c4ebda1 commit 51953b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/lib/xblock/tagging/tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def save_tags(self, request=None, suffix=None): # pylint: disable=unused-argume

def get_event_context(self, event_type, event): # pylint: disable=unused-argument
"""
This method return data that should be associated with the "problem_check" event
This method return data that should be associated with the "check_problem" event
"""
if self.saved_tags and event_type == "problem_check":
return {'saved_tags': self.saved_tags}
Expand Down

0 comments on commit 51953b9

Please sign in to comment.