changeset 9:619516d8c9ff

fix typoe
author egj@socialplanning.org
date Sun, 03 Jan 2010 19:46:31 +0000
parents 3be4b669983c
children f8faf3cabb02
files uploader/handlers.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/uploader/handlers.py	Sun Jan 03 13:56:45 2010 -0500
+++ b/uploader/handlers.py	Sun Jan 03 19:46:31 2010 +0000
@@ -64,7 +64,7 @@
     
     @classmethod
     def match(cls, app, request):
-        if not Get.match(cls, app, request):
+        if not Get.match(app, request):
             return False
         _path = path(app.directory, request)
         if os.path.exists(_path) and os.path.isdir(_path):