From f3605569fa70f811a2c53c562a7f7adcbd814e11 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 11 Sep 2012 15:39:49 +0200 Subject: [PATCH] cleanup getPath response --- pandora/archive/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/archive/views.py b/pandora/archive/views.py index c22d1c4e9..b1abbfc5d 100644 --- a/pandora/archive/views.py +++ b/pandora/archive/views.py @@ -447,7 +447,7 @@ def getPath(request): } ''' data = json.loads(request.POST['data']) - response = json_response({'path': {}}) + response = json_response() ids = data['id'] if isinstance(ids, basestring): ids = [ids]