Syntax error:

*or request.post_vars._next**:* 
Drop the colon at the end of that line. Actually, it's now short enough to 
get it all on one line:

next = request.get_vars._next or request.post_vars._next

Also, why isn't it just:

next = request.vars._next


Anthony

On Thursday, August 25, 2011 6:57:22 PM UTC-4, Massimo Di Pierro wrote:
>
> Please check trunk.

Reply via email to