diff -r 0b6a093c5c81 -r d6efef2989ac app/soc/tasks/helper/decorators.py --- a/app/soc/tasks/helper/decorators.py Tue Sep 29 19:56:58 2009 +0200 +++ b/app/soc/tasks/helper/decorators.py Tue Sep 29 20:04:24 2009 +0200 @@ -86,7 +86,7 @@ order = simplejson.loads(post_dict['order']) start_key = None - if 'next_key' in post_dict: + if 'start_key' in post_dict: start_key = db.Key(post_dict['start_key']) json = None