app/soc/modules/ghop/logic/cleaning.py
changeset 2943 8086f6562353
parent 2893 1adc6a815c71
--- 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'),