Skip to content

Commit

Permalink
[#1635] Change a #FIXME to a #MOAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Dec 12, 2012
1 parent c75784a commit 7bdc620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def _save_edit(self, id, context):
context['message'] = data_dict.get('log_message', '')
data_dict['id'] = id

# FIXME: Do I really have to do this here?
# MOAN: Do I really have to do this here?
if 'email_notifications' not in data_dict:
data_dict['email_notifications'] = False

Expand Down

0 comments on commit 7bdc620

Please sign in to comment.