app/soc/views/models/group_app.py
changeset 2084 93c8a683dc12
parent 2076 1cd180cc56c9
child 2235 d97e75574590
--- a/app/soc/views/models/group_app.py	Sun Apr 05 17:57:33 2009 +0000
+++ b/app/soc/views/models/group_app.py	Sun Apr 05 18:18:07 2009 +0000
@@ -173,6 +173,8 @@
     list_params = params.copy()
     index = 0
 
+    filter = {}
+
     for status, action in selection:
       # only select the requests that have been pre-accpeted
       filter['status'] = status