Fixed a missing variable declaration
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 05 Apr 2009 18:18:07 +0000
changeset 2084 93c8a683dc12
parent 2083 a41d019a14c2
child 2085 2f04b8ec3b96
Fixed a missing variable declaration This caused /org_app/list to be broken. Patch by: Sverre Rabbelier
app/soc/views/models/group_app.py
--- 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