X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fmanifoldproxy.py;h=99057f48d8afce5cea76deb3fe8005dcd11ea1cd;hb=ad6ebdd21b0be23a246af3817c886637491ee23f;hp=553dcfe9f44eeb95718ff0911cc76079ef5fbc4a;hpb=9aa549d4d5f48ea58d6d9abd9ab7b825076508ee;p=unfold.git diff --git a/manifold/manifoldproxy.py b/manifold/manifoldproxy.py index 553dcfe9..99057f48 100644 --- a/manifold/manifoldproxy.py +++ b/manifold/manifoldproxy.py @@ -37,7 +37,7 @@ with the query passed using POST""" # translate incoming POST request into a query object if debug: print 'manifoldproxy.proxy: request.POST',request.POST manifold_query = ManifoldQuery() - manifold_query.fill_from_dict(request.POST) + manifold_query.fill_from_POST(request.POST) # retrieve session for request manifold_api_session_auth = request.session['manifold']['auth'] # actually forward