author | Lennard de Rijk <ljvderijk@gmail.com> |
Thu, 17 Sep 2009 22:05:42 +0200 | |
changeset 2943 | 8086f6562353 |
parent 2942 | 996e64ba2db8 |
child 2944 | 4ef4f0c0c26e |
--- a/app/soc/modules/ghop/logic/cleaning.py Thu Sep 17 21:59:30 2009 +0200 +++ b/app/soc/modules/ghop/logic/cleaning.py Thu Sep 17 22:05:42 2009 +0200 @@ -72,7 +72,7 @@ from soc.modules.ghop.logic.models.mentor import logic as ghop_mentor_logic - mentors_list_str = cleaning.str2set(field_name) + mentors_list_str = cleaning.str2set(field_name)(self) filter = { 'scope_path': self.cleaned_data.get('scope_path'),