Adjust comments

This commit is contained in:
kimth
2012-08-03 09:34:47 -04:00
parent e4609f3abe
commit 3d8ee671b3
3 changed files with 7 additions and 8 deletions

View File

@@ -276,7 +276,7 @@ def modx_dispatch(request, dispatch=None, id=None):
post = request.POST.copy()
# Catch the use of FormData in xmodule frontend for 'problem_check'. After this block,
# the 'post' dict is functionally equivalent before- and after- the use of FormData
# the 'post' dict is functionally equivalent before and after the use of FormData
# TODO: A more elegant solution?
if post.has_key('__answers_querystring'):
qs = post.pop('__answers_querystring')[0]