Fix function declaration. A parameter was missing so the ajax call trying to request the cc fields fails. See #577

- Legacy-Id: 3025
This commit is contained in:
Emilio A. Sánchez López 2011-04-06 14:21:24 +00:00
parent 84ff021cb7
commit 56bd4e0ead

View file

@ -53,7 +53,7 @@ class Entity(object):
def can_approve(self):
return []
def post_only(self, person):
def post_only(self, person, user):
return False
def full_user_list(self):