[infrae.fileupload][Sylvain Viollon] Call the correct method beh...
| Newsgroups | gmane.comp.web.zope.silva.cvs |
|---|---|
| Message-ID | <[email protected]> |
author: Sylvain Viollon
date: Mon Jul 29 16:17:20 2013 +0200
revision: 7:433f7bdb600c in infrae.fileupload
branch:
details: https://hg.infrae.com/infrae.fileupload?cmd=changeset;node=433f7bdb600c
modified: src/infrae/fileupload/upload.py
added:
removed:
log: Call the correct method behind.
diffstat:
src/infrae/fileupload/upload.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5f05d7418d80 -r 433f7bdb600c src/infrae/fileupload/upload.py
--- a/src/infrae/fileupload/upload.py Mon Jul 29 16:13:51 2013 +0200
+++ b/src/infrae/fileupload/upload.py Mon Jul 29 16:17:20 2013 +0200
@@ -252,7 +252,7 @@
if 'status' in request.GET:
application = self.status(request, identifier)
elif 'clear' in request.GET:
- application = self.status(request, identifier)
+ application = self.clear(request, identifier)
elif (request.method == 'POST' and
request.content_type == 'multipart/form-data'):
application = self.upload(request, identifier)