app/soc/modules/ghop/logic/cleaning.py
changeset 2861 17d5cfe85faf
parent 2860 ea9909161840
child 2884 2be8f6b8379e
--- a/app/soc/modules/ghop/logic/cleaning.py	Fri Sep 04 22:42:47 2009 +0200
+++ b/app/soc/modules/ghop/logic/cleaning.py	Fri Sep 04 22:51:23 2009 +0200
@@ -74,7 +74,7 @@
 
     filter = {
         'scope_path': self.cleaned_data.get('scope_path'),
-        'status': ['active']
+        'status': 'active'
         }
 
     mentors_list = []