summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/views/patch.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchwork/views/patch.py')
-rw-r--r--apps/patchwork/views/patch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/patchwork/views/patch.py b/apps/patchwork/views/patch.py
index d509e28..f20f25d 100644
--- a/apps/patchwork/views/patch.py
+++ b/apps/patchwork/views/patch.py
@@ -156,7 +156,8 @@ def list(request, project_id):
pass
ps.append(patch)
- (errors, form) = set_patches(request.user, action, request.POST, ps)
+ (errors, form) = set_patches(request.user, project, action, \
+ request.POST, ps)
if errors:
context['errors'] = errors