app/soc/tasks/updates/student_school_type.py
changeset 2932 666d31bd43bd
parent 2930 74d4875b4922
child 2969 d0914c76ecc3
--- a/app/soc/tasks/updates/student_school_type.py	Wed Sep 16 13:38:18 2009 +0200
+++ b/app/soc/tasks/updates/student_school_type.py	Wed Sep 16 20:09:13 2009 +0200
@@ -104,7 +104,8 @@
     # pass along these params as POST to the new task
     task_params = {'start_key': new_start}
 
-    new_task = taskqueue.Task(params=task_params, url=request['PATH_INFO'])
+    new_task = taskqueue.Task(params=task_params,
+                              url=request.META['PATH_INFO'])
     new_task.add()
 
   # task completed, return OK